JVCL Help:TJvCustomInspectorData.SupportsMethodPointers
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.SupportsMethodPointers Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the data instance supports method pointers.
Pascal
functionSupportsMethodPointers: Boolean; virtual;
Description
SupportsMethodPointers determines if the data instance supports method pointers. Items have to check this value before attempting to access the data instance with the AsMethod property.
If the function returns False the data instance does not support AsMethod directly and the item should access the data instance using the AsString property and convert strings from/to method pointers.
If the function returns True the data instance supports AsMethod directly.
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