[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The base class for standard help actions.
Source position: stdactns.pas line 91
type THelpAction = class(TAction) |
||
public |
||
constructor Create(); override; |
|
Constructor for the class instance. |
function HandlesTarget(); override; |
|
Determines whether the help action can be applied to the Target control. |
procedure UpdateTarget(); override; |
|
Updates the enabled state for the action using values in the target control. |
end; |
|
The base class for standard help actions. |
|
| | ||
|
TAction is the basic action object used in the LCL. |
|
| | ||
|
TCustomAction is the ancestor class for TAction. |
|
| | ||
|
Implements an Action class which has a category and parent action list. |
|
| | ||
TObject |
THelpAction is a TAction descendant which implements the base class for help actions. It is used as the ancestor for classes including: THelpContents, THelpTopicSearch, THelpOnHelp , and THelpContextAction.
|
Help action used to display a Table of Contents for the HelpContext. |
|
|
Help action used to search for a help topic. |
|
|
Help action used to display the Help on Help topic, or "How to Get Help". |
|
|
Help action used to get help for a specific help context. |
|
|
TAction is the basic action object used in the LCL. |