RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.FlipChildren Method

Reverses the positions of the status bar's panels.

Pascal
procedure FlipChildren(AllLevels: Boolean); override;
C++
virtual __fastcall FlipChildren(Boolean AllLevels);

FlipChildren iterates through the panels of the status bar, reversing their order but otherwise leaving their properties intact.  

AllLevels specifies whether FlipChildren should be called recursively on the control's children. TCustomStatusBar ignores this parameter when reversing the panels. 

 

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