IConditionElements.Item

Syntax

Item(Index: Integer): IConditionElement;

Parameters

Index. Index of group element in the collection.

Description

The Item property returns element of group by index.

Comments

To get the collection of elements of group, use the IConditionGroup.Elements property.

Example

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

See also:

IConditionElements