ICtrlGroupConditions.CanUngroup

Syntax

CanUngroup(Indexes: Array): Boolean;

Parameters

Indexes. Array of indexes of component elements.

Description

The CanUngroup method determines whether group of elements can be ungrouped.

Comments

Available values:

NOTE. The group of elements can be ungrouped if all group elements are specified in the array.

To ungroup the selected group of elements, use the ICtrlGroupConditions.Ungroup method.

To ungroup a group of elements by indexes, use the ICtrlGroupConditions.UngroupByIndexes method.

Example

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

See also:

ICtrlGroupConditions