RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollingWinControl.DoFlipChildren Method

Flips the control's children.

Pascal
procedure DoFlipChildren; override;
C++
virtual __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. In addition, DoFlipChildren moves the vertical scroll bars to the other side of the control.

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!