checkgroupbox Caption property
Return to Introduction  Previous page  Next page
Applies to
acCheckGroupBox, acButton, acBitBtn and acRichLabel components (to all visible controls, in general)  

Declaration
property Caption: String;  

Description
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 (&&).  

See also
Checked and BoxAlignment properties.