[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the HelpType property.
Source position: actnlist.pas line 185
protected procedure TCustomAction.SetHelpType( |
Value: THelpType |
); virtual; |
Value |
|
New value for the HelpKeyword property. |
Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.
|
HelpKeyWord - the keyword of a context-based help message. |
|
|
HelpContext - the index for a context-based help message. |
|
|
HelpType - the sort of help message to be offered: default Context-based. |
|
|
A link between an action and a client class. |
|
Version 4.0 | Generated 2025-05-03 | Home |