RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRadioButton.Alignment Property

Determines the position of the caption relative to the radio button.

Pascal
property Alignment: TLeftRight;
C++
__property TLeftRight Alignment;

Set Alignment to determine whether the caption of the radio button should appear to the left of the radio button (taLeftJustify) or to the right of the radio button (taRightJustify).

Note: Do not confuse the Alignment property with the alignment of the caption in the text area of the radio button. The caption always appears left aligned. Alignment only controls on which side of the button the text area appears.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!