RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THelpAction.Create Constructor

Creates and initializes a TAction object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall THelpAction(TComponent * AOwner);

Applications do not usually create action objects explicitly. Actions are created automatically when you add them to an action manager or action list component at design time. When instantiating TAction at runtime, assign a TActionList or TActionManager component to the new action's ActionList property after calling Create. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!