RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterActionButton.Create Constructor

Creates and initializes an instance of TCustomAdapterActionButton.

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

Call Create to instantiate an adapter action button at runtime. Adapter action buttons added to an adapter form at design time are created automatically. 

AOwner is the component, typically a Web module, that is responsible for freeing the TCustomAdapterActionButton instance. This becomes the value of the Owner property. 

 

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