RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.Create Constructor

Creates and initializes a TCustomActionList object.

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

Call Create to instantiate an action list at runtime. Action lists added to forms at design time are created automatically. 

The AOwner parameter is the owner of the action list, typically this is a form or data module. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!