JVCL Help:TJvCustomInspectorItem.Rects
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.Rects Property
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
The item's painting rectangles.
Pascal
propertyRects [const RectKind: TInspectorPaintRect]: TRect;
Description
Rects is an array of painting rectangles. When reading, empty rects are returned if the item has not been painted during the last paint cycle of the inspector. This is determined by comparing the inspector's paint generation value against the item's paint generation value. When they are equal, the item has been painted during the last paint cycle. Setting a rectangle will update the item's paint generation value to be equal to the inspector's paint generation value.
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