JVCL Help:TJvCustomInspector.Divider
JVCL Help: TJvCustomInspector.Divider Property
Search in JVCL Help
Search in all projectsSummary
Divider position.
Pascal
propertyDivider: Integer;
Description
Divider is the position of the divider between the name and the value part.
Depending on the value of RelativeDivider, this is either an actual position in pixels (RelativeDivider set to False) or the percentage (RelativeDivider set to True) of the width of a band (UseBands set to True) or the width of the inspector (UseBands set to False).
To obtain or modify the actual position is pixels, regardless of the state of RelativeDivider you can read or set DividerAbs.
Read Divider to determine its current location or set it to a new position.
See Also
TJvCustomInspector.BandWidth, TJvCustomInspector.DividerAbs, TJvCustomInspector.RelativeDivider, TJvCustomInspector.UseBands
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