JVCL Help:TJvCustomInspectorData.AsOrdinal
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.AsOrdinal Property
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Access the value as an ordinal.
Pascal
propertyAsOrdinal: Int64;
Description
AsOrdinal tries to access the data as an ordinal value. If the data can not be accessed as an ordinal (because the TypeInfo property does not point to the RTTI of an ordinal type) an exception will occur. Before the data is read CheckReadAccess is called to check read access, before the data is set CheckWriteAccess is called to check write access.
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