JVCL Help:TJvCustomInspector.PaintGeneration
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.PaintGeneration Property
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Counter of paints issued.
Pascal
propertyPaintGeneration: Integer;
Description
PaintGeneration holds the number of times the inspector has rendered its image. It's primary goal is to keep track which items have been painted during the last iteration. For that purpose, each item has a LastPaintGeneration property. If the two values are equal, the item has been displayed during the last render.
See Also
TJvCustomInspectorItem.LastPaintGeneration
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