JVCL Help:TJvInspectorTMethodItem.Methods

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

Search in JVCL Help

 
Search in all projects
 

Summary

Array of added event handlers.


Pascal

 propertyMethods [Instance: TObject; I: Integer]: TMethod;


Parameters

Parameters Description
Instance TObject instance for which to retrieve a method name.
I 0-based index of the handler for which to retrieve the name.


Description

Methods is 0-based array of added event handlers. You can specify a TObject instance and an index in the range from 0 up to MethodCount[<TObject instance>]-1 to retrieve the TMethod pointer of an added event handler.
The array will remain in the order in which items are added, regardless of the state of SortMethods and related properties.


See Also

TJvInspectorTMethodItem.AddMethod, TJvInspectorTMethodItem.DeleteMethod, TJvInspectorTMethodItem.ClearMethods


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