RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.Create Constructor

Creates and initializes a TCustomActionBar instance.

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

Create generates a TCustomActionBar and initializes its properties. 

AOwner is the component, typically the form, that becomes the value of the Owner property. The Owner of a component is responsible for freeing it and for initiating the process that loads it from or saves it to a form file. 

 

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