[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Formats the hint string for the client control when it includes a ShortCut or accelerator key.
Source position: controls.pp line 959
protected function TControlActionLink.DoShowHint( |
var HintStr: string |
):Boolean; virtual; |
HintStr |
|
The hint text for the client control. |
Always True.
|
DoHint - method for displaying the hint contained in HintStr if True value is returned. |
|
|
OnHint - action to be taken when a hint is required. |
|
|
ShortCut- an index to a shortcut list. |
|
|
Enables or disables display of keyboard shortcuts (e. g. on menu items). |