Vcl.ComCtrls.TToolBar.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 TToolBar

Description

Prevents the toolbar buttons from reversing position when the parent control is flipped.

FlipChildren overrides the inherited method in order to prevent the flipping of the toolbar's children.

See Also