TdxCustomLayoutGroup.MoveChildrenToParent(Boolean) Method
Moves child elements for a specific group to the group parent object.
Declaration
procedure MoveChildrenToParent(AKeepAlign: Boolean = True);
Parameters
Name | Type |
---|---|
AKeepAlign | Boolean |
Remarks
Use the MoveChildrenToParent method to transfer all child elements of a specific group to the parent object of this group. Child elements are displayed within their new parent group in the same order as they were displayed before transferring.
See Also