ICtrlGroupConditions.GroupByIndexes

Syntax

GroupByIndexes(Indexes: Array);

Parameters

Indexes. Array of indexes of component elements.

NOTE. Indexes should be set one by one.

Description

The GroupByIndexes method groups elements by indexes.

Comments

To determine whether elements can be grouped, use the ICtrlGroupConditions.CanGroup method.

To group the selected elements, use the ICtrlGroupConditions.Group method.

Example

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

See also:

ICtrlGroupConditions