![]() |
![]() ![]() ![]() |
acCheckGroupBox, acCheckBox and acRadioButton components.
|
type
|
TAlignment = (taLeftJustify, taRightJustify, taCenter);
|
TLeftRight = taLeftJustify..taRightJustify;
|
|
property BoxAlignment: TLeftRight;
|
The BoxAlignment property specifies placement of the check box, relatively to the caption of control.
|
|
By default, checkbox is left-aligned. When the BoxAlignment is taRightJustify, the checkbox will be displayed to the right of text.
|
![]() |