Vcl.ComCtrls.TCustomStatusBar.FlipChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FlipChildren(AllLevels: Boolean); override;

C++

DYNAMIC void __fastcall FlipChildren(bool AllLevels);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Reverses the positions of the status bar's panels.

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.

See Also