JVCL Help:TJvInspectorCustomCompoundItem
JVCL Help: TJvInspectorCustomCompoundItem Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorItem
TJvInspectorCustomCompoundItem
TJvInspectorCompoundItem
TJvInspectorDateTimeItem
run\JvInspector.pas
Summary
Compound row inspector item.
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.
See Also
TJvCustomInspectorItem.IsCompoundColumn
About
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