Vcl.StdActns.THelpAction

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHelpAction

Delphi

THelpAction = class(TAction)

C++

class PASCALIMPLEMENTATION THelpAction : public Vcl::Actnlist::TAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

THelpAction is the base class for action objects that interact with the help system.

THelpAction implements the common behavior for actions that work the help system. Each descendant class performs a specific help function. Do not use THelpAction directly in an application. Instead, use a THelpAction descendant such as THelpContents, THelpContextAction, THelpOnHelp, or THelpTopicSearch.

THelpAction ensures that the action is enabled as long as there is an application object to pass commands on to a registered help system. THelpAction descendants override the ExecuteTarget method to execute their specific help command.

See Also