Vcl.ExtCtrls.TCustomRadioGroup.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.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomRadioGroup

Description

Prevents the default behavior of flipping the child radio buttons.

FlipChildren overrides the inherited FlipChildren method to disable flipping the radio buttons.

To flip the children of a radio group, use the BiDiMode property.

See Also