CanUngroup(Indexes: Array): Boolean;
Indexes. Array of indexes of component elements.
The CanUngroup method determines whether group of elements can be ungrouped.
Available values:
True. Group of elements can be ungrouped.
False. Group of elements cannot be ungrouped.
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.
The method use is given in the example for ICtrlGroupConditions.Group.
See also: