|
|
|
| acRadioButton, acCheckBox and acCheckGroupBox components.
|
| type
|
| TAlignment = (taLeftJustify, taRightJustify, taCenter);
|
| TLeftRight = taLeftJustify..taRightJustify;
|
|
|
| property BoxAlignment: TLeftRight;
|
| The BoxAlignment property specifies placement of the radio button, relatively to the caption on this control.
|
|
|
| By default, radio button is left-aligned. When the BoxAlignment is taRightJustify, the button will be displayed to the right of text.
|
| AlignmentHorz and AlignmentVert properties.
|