JVCL Help:TJvCustomInspector.PaintGeneration

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

Search in JVCL Help

 
Search in all projects
 

Summary

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