JVCL Help:TJvInspectorPainter.Initializing

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

Search in JVCL Help

 
Search in all projects
 

Summary

Flag to indicate the painter is still initializing


Pascal

 propertyInitializing: Boolean;


Description

Initializing indicates if the painter is still in the process of initializing itself. The Create constructor will set Initializing to True right before InitializeColors is called. Right after InitializeColors returns, Initializing is reset to False.
Initializing is used in setter methods for the color properties to avoid calls to the Inspector.InvalidateItem method during initialization.


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