[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Underlines the character in the label that acts as an accelerator with a shortcut key.
Source position: stdctrls.pp line 1530
protected property TCustomLabel.ShowAccelChar : Boolean |
When False, ampersands '&' in the label's caption are displayed as ordinary characters (as in the Object Inspector).
When True, the character following the ampersand appears underlined, and when the user presses the accelerator key (CTRL+character), the text cursor jumps to the associated FocusControl.
|
The control associated with the label and its accelerator key (AccelChar). |
lazarus-ccr.sourceforge.net |