Item(Index: Integer): IRdsDictionaryFilterCondition;
Index. Filter index in the collection.
The Item property returns a filter from the collection by index.
The Item property enables the user to access to the determined filter of the collection. A value of the Index parameter must be a non-negative number, which is smaller than value of the IRdsDictionaryFilterConditions.Count property. Index of the first filter in the collection is 0, index of the last one is IRdsDictionaryFilterConditions.Count - 1. Index numbering is continuous.
The property use is given in the example for IRdsDictionaryFilterConditions.LoadFrom.
See also: