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

Description

Reverses the order in which sections are displayed.

FlipChildren flips the order of the header control's sections; then calls the inherited FlipChildren method to reverse the order of any other child controls.