JVCL Help:TJvInspectorDotNETPainter.DoPaint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorDotNETPainter.DoPaint Method
[+] TJvInspectorDotNETPainter Events
[+] TJvInspectorDotNETPainter Methods
[+] TJvInspectorDotNETPainter Properties
Search in JVCL Help
Search in all projectsSummary
Renders the current item.
Pascal
procedureDoPaint; override;
Description
DoPaint renders the item that has just been setup. The Item property indicates the item to render while Rects hold the various calculated rectangles. ButtonImage will hold the image of the collapse/expand button if one is needed, or it is set to nil if no button is to be drawn. Use ApplyNameFont/ApplyValueFont to activate the font to render the name/value and use PaintDivider to render the divider bar.
The base implementation does nothing. Descendants should override this method to do the actual painting.
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