![]() |
![]() ![]() ![]() |
acCheckGroupBox, acButton, acBitBtn and acRichLabel components (to all visible controls, in general)
|
property Caption: String;
|
The Caption property specifies a text string that appears as a label for checkbox above the group box..
|
|
To underline a character in a Caption that labels a checkbox, include an ampersand (&) before the character. This type of character is called an accelerator character. The user can then select the component by pressing Alt while typing the underlined character. To display an ampersand character in the caption, use two ampersands (&&).
|
Checked and BoxAlignment properties.
|