CanGroup(Indexes: Array): Boolean;
Indexes. Array of indexes of component elements.
The CanGroup method determines whether elements can be grouped.
Available values:
True. Elements can be grouped.
False. Elements cannot be grouped.
NOTE. Elements can be grouped if the array contains at least two elements specified consequently, which are not contained in other groups.
To group the selected elements, use the ICtrlGroupConditions.Group method.
To group elements by index, use the ICtrlGroupConditions.GroupByIndexes method.
The method use is given in the example for ICtrlGroupConditions.Group.
See also: