Item(Index: Integer): String;
Item[Index: integer]: string;
Index. Index of the element that must be determined.
The Item property determines array element by its index and returns its key.
To get the number of array elements, use the IVZStringArray.Count property.
The property use is given in the example for IVZStringArray.Add.
See also: