Item(Index: Integer): IRdsDictionaryTranslation;
Index. Index of a setting in the collection.
The Item property returns a setting from the collection by index.
The property enables the user to access to the specified setting of the collection. A value of the Index parameter must be a non-negative number but smaller than the value of the IRdsDictionaryTranslations.Count property. Index of the first element in the collection is 0, index of the last one is IRdsDictionaryTranslations.Count - 1. Index numbering is continuous.
The property use is given in the example for IRdsDictionaryTranslations.Count.
See also: