RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCheckBox.Alignment Property

Controls the position of the check box's caption.

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

If Alignment is set to taRightJustify, the caption appears to the right of the check box. If Alignment is set to taLeftJustify, the caption appears to the left of the check box. 

 

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