JVCL Help:TJvInspectorCustomCompoundItem

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorItem
TJvInspectorCustomCompoundItem
TJvInspectorCompoundItem
TJvInspectorDateTimeItem
run\JvInspector.pas


Summary

Compound row inspector item.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorCustomCompoundItem = class(TJvCustomInspectorItem);


Description

TJvInspectorCustomCompoundItem is an inspector item that allows some of its child items to be shown as sub columns of itself. It's primarily intended as a base class for multicolumn items.
Use a TJvInspectorCompoundItem to define a multicolumn item you can manage yourself.
TJvInspectorDateTimeItem also descends from TJvInspectorCustomCompoundItem but you have no control over the columns.
DisplayName is reimplemented by TJvInspectorCustomCompoundItem to take the SingleName and SingleNameUseFirstCol properties into account when retrieving/setting the DisplayName.

run\JvInspector.pas


See Also

TJvCustomInspectorItem.IsCompoundColumn

run\JvInspector.pas


About

Navigation

run\JvInspector.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page