RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRadioGroup.FlipChildren Method

Prevents the default behavior of flipping the child radio buttons.

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

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

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

 

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