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