JVCL Help:TJvInspectorVarData.SupportsMethodPointers

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the data instance supports method pointers.


Pascal

 functionSupportsMethodPointers: Boolean; override;


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