| [Overview][Types][Classes][Procedures and functions][Index] | 
[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; | ||
| procedure UpdateTarget(); override; | ||
| 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. | |
| | | ||
| | | ||
| | | ||
| | | ||
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. | 
| Version 4.0 | Generated 2025-05-03 | Home |