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