RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBars.Create Constructor

Creates and initializes a TActionBars object.

Pascal
constructor Create(AOwner: TPersistent; ItemClass: TCollectionItemClass); override;
C++
virtual __fastcall TActionBars(TPersistent * AOwner, TCollectionItemClass ItemClass);

The Create method takes as parameters the owner and the name of a TCollectionItemClass instance. Create is called automatically by action manager when an instance of a TActionBars is required. 

 

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