JVCL Help:TJvInspectorTMethodItem.Instances

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 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