JVCL Help:TJvInspectorBorlandPainter.PaintDivider@Integer@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorBorlandPainter.PaintDivider Method
[+] TJvInspectorBorlandPainter Events
[+] TJvInspectorBorlandPainter Methods
[+] TJvInspectorBorlandPainter Properties
Search in JVCL Help
Search in all projectsSummary
Renders the name/value column divider bar at arbitrary positions.
Pascal
procedurePaintDivider(constX: Integer; constYTop: Integer; constYBottom: Integer); override;
Parameters
Parameters | Description |
const X: Integer | X-position of the bar. |
const YTop: Integer | Top of the divider bar. |
const YBottom: Integer | Bottom of the divider bar. |
Description
PaintDivider is called whenever the name/value column divider bar needs to be rendered. Because this divider bar is also used to divide columns in compound items, the PaintDivider method can paint the divider at any location. The base implementation does nothing. Descendants should override this method to paint the divider bar.
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