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