RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.DoFlipChildren Method

Flips the control's children.

Pascal
procedure DoFlipChildren; dynamic;
C++
__fastcall DoFlipChildren();

The FlipChildren method calls DoFlipChildren to reverse the positions of child controls. DoFlipChildren moves the control's children to opposite positions on the control; that is, children on the left side of the control are moved to the right side of the control and vice versa. 

Override FlipChildren to control how the control's children are flipped.

Note: DoFlipChildren is a protected helper method for the public FlipChildren method. Unlike FlipChildren, DoFlipChildren does not adjust the alignment of controls that are aligned to one of the edges of the windowed control.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!