RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionBars.Create Constructor

Creates and initializes a TActionBars object.

Pascal
constructor Create(AOwner: TPersistent; ItemClass: TCollectionItemClass);
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!