JVCL Help:TJvInspectorTMethodItem.Instances
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorTMethodItem.Instances Property
[+] TJvInspectorTMethodItem Methods
[+] TJvInspectorTMethodItem Properties
Search in JVCL Help
Search in all projectsSummary
Array of added instances.
Pascal
propertyInstances [I: Integer]: TObject;
Parameters
Parameters | Description |
I | 0-based index in the list added instances. |
Description
Instances is 0-based array of instances added. You can specify an index in the range from 0 up to InstanceCount-1 to retrieve a reference to 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