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