[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
THelpContextAction - standard action for providing context-sensitive Help
Source position: stdactns.pas line 119
type THelpContextAction = class(THelpAction) |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
end; |
|
THelpContextAction - standard action for providing context-sensitive Help |
|
| | ||
|
THelpAction - base class for actions associated with the various Help menu options |
|
| | ||
|
TAction is the basic action object used on the LCL. |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |