RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.Create Constructor

Instantiates and initializes a TCustomActionManager object.

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

When using the form designer, action manager instances are created automatically when you drop an action manager component on your form. The AOwner parameter is the owner of the action manager, typically this is the form. 

You should never attempt to instantiate a TCustomActionManager object in an application. Instead, instantiate and use the descendant class, TActionManager

 

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