JVCL Help:TJvInspectorTMethodItem.IndexOfInstance@string
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorTMethodItem.IndexOfInstance Method (string)
[+] TJvInspectorTMethodItem Methods
[+] TJvInspectorTMethodItem Properties
Search in JVCL Help
Search in all projectsSummary
Determines the index of an instance in the list instances.
Pascal
functionIndexOfInstance(constInstance: TObject): Integer; overload;
functionIndexOfInstance(constInstanceName: string): Integer; overload;
Parameters
Parameters | Description |
const Instance: TObject | TObject instance to locate. |
const InstanceName: string | Case insensitive name of the instance to locate. |
Description
IndexOfInstance determines the 0-based index of an instance in the list instances. If the specified instance does not exists, -1 will be returned. There are two overloaded versions of this method. One to specify a TObject instance and the other to specify the instance name.
See Also
TJvInspectorTMethodItem.IndexOfMethod, TJvInspectorTMethodItem.DeleteInstance
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