JVCL Help:TJvCustomInspectorData.IsInitialized
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.IsInitialized Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the data object is properly initialized.
Pascal
functionIsInitialized: Boolean; virtual; abstract;
Description
IsInitialized determines if the data object has been properly initialized. This is dependent on the data the object is representing and therefor changes for each data class. If the data is properly initialized, IsIntialized returns True, otherwise False is returned. If IsInitialized is False, the data object can not be used and the inspector will show (uninitialized)
See Also
TJvCustomInspectorData.HasValue, TJvCustomInspectorData.IsAssigned
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