JVCL Help:TJvCustomInspectorData.AsFloat
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.AsFloat Property
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Access the value as a float.
Pascal
propertyAsFloat: Extended;
Description
AsFloat tries to access the data as an extended value. If the data can not be accessed as a float (because the TypeInfo property does not point to the RTTI of a floating point 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