![]() |
Previous Top Next |
tcTreeComboBox component as subproperty of AttachedLabel structure.
|
property Caption: TCaption;
|
The Caption property specified a text string which appers on label attached to control (attached label).
|
|
To underline a character in a Caption that labels a component, 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 (&&).
|
|
![]() |
![]() |
ShowAccelChar, Color, Font, Transparent, Visible and WordWrap properties.
|