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

THelpAction

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

THelpAction - base class for actions associated with the various Help menu options

Declaration

Source position: stdactns.pas line 97

type THelpAction = class(TAction)

public

  constructor Create(); override;

  

  function HandlesTarget(); override;

  

  procedure UpdateTarget(); override;

  

end;

Inheritance

THelpAction

  

THelpAction - base class for actions associated with the various Help menu options

|

TAction

?

TObject