IRdsDictionaryFilterConditions.Item

Syntax

Item(Index: Integer): IRdsDictionaryFilterCondition;

Parameters

Index. Filter index in the collection.

Description

The Item property returns a filter from the collection by index.

Comments

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.

Example

The property use is given in the example for IRdsDictionaryFilterConditions.LoadFrom.

See also:

IRdsDictionaryFilterConditions