RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterBrowseRowAction.Create Constructor

Creates and initializes an instance of TDataSetAdapterBrowseRowAction.

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

The TDataSetAdapterBrowseRowAction constructor allocates memory for the adapter action object and initializes its properties. 

AOwner is the component that is responsible for starting the streaming process when a module containing the adapter action is loaded or saved. It becomes the value of the Owner property. Typically, AOwner is the Web module. 

 

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