[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

THelpContextAction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Help action used to get help for a specific help context.

Declaration

Source position: stdactns.pas line 113

type THelpContextAction = class(THelpAction)

public

  procedure ExecuteTarget(); override;

  procedure UpdateTarget(); override;

end;

Inheritance

THelpContextAction

  

Help action used to get help for a specific help context.

|

THelpAction

  

The base class for standard help actions.

|

TAction

  

TAction is the basic action object used in the LCL.

|

TCustomAction

  

TCustomAction is the ancestor class for TAction.

|

TContainedAction

  

Implements an Action class which has a category and parent action list.

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

See also

THelpAction

  

The base class for standard help actions.


Version 3.2 Generated 2024-02-25 Home