IRdsDictionaryFilterConditions.Count

Syntax

Count: Integer;

Description

The Count property returns the number of filters in the collection.

Comments

Collection capacity is the number of elements a collection can contain. The Count property is the number of elements actually contained in the collection.

Capacity always exceeds or equals to the Count property value. If capacity of the Count property is exceeded when a new style is added to the collection, the capacity automatically increases.

Example

The property use is given in the example for IRdsDictionaryBatch.Filter.

See also:

IRdsDictionaryFilterConditions