JVCL Help:TJvInspectorPainter.Paint

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 inspector items.


Pascal

 procedurePaint; virtual;


Description

Paint is the main rendering method. It will fill the Inspector.ViewRect rectangle with the BackgroundColor, loop through currently visible items (calling PaintItem for each of them) and optionally hide the editor if the selected item is no longer being displayed.
Paint assumes the background color has been set prior to calling Paint.


See Also

TJvInspectorPainter.PaintItem


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