JVCL Help:TJvInspectorDotNETPainter.PaintDivider@Integer@Integer@Integer

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

Search in JVCL Help

 
Search in all projects
 

Summary

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