JVCL Help:TJvInspectorTMethodItem.MethodNames

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 names of added event handlers.


Pascal

 propertyMethodNames [Instance: TObject; I: Integer]: string;


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

MethodNames is 0-based array of names 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 name 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