IConditionGroups.Item

Syntax

Item(Index: Integer): IConditionGroup;

Parameters

Index. Index of group of elements in the collection.

Description

The Item property returns group of elements by index.

Comments

To determine the collection of groups of elements, use the ICtrlGroupConditions.Groups property.

Example

The property use is given in the example for ICtrlGroupConditions.InsertRow.

See also:

IConditionGroups