RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.Create Constructor

Creates and initializes an instance of TCustomAdapterCommandColumn.

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

Call Create to instantiate TCustomAdapterCommandColumn at runtime. TCustomAdapterCommandColumn descendants added at design time are instantiated automatically. 

AOwner is the component that becomes the value of the Owner property. Typically, this is the Web module. 

 

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