JVCL Help:TJvInspectorTMethodItem.InstanceNames
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorTMethodItem.InstanceNames Property
[+] TJvInspectorTMethodItem Methods
[+] TJvInspectorTMethodItem Properties
Search in JVCL Help
Search in all projectsSummary
Array of names of added instances.
Pascal
propertyInstanceNames [I: Integer]: string;
Parameters
Parameters | Description |
I | 0-based index in the list added instances. |
Description
InstanceNames is 0-based array of names of added instances. You can specify an index in the range from 0 up to InstanceCount-1 to retrieve the name of an added instance.
The array will remain in the order in which items are added, regardless of the state of SortInstances and related properties.
See Also
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