RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.Create Constructor

Creates and initializes instance of TCustomClientDataSet.

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

Call Create to instantiate a client dataset component at runtime. Client datasets added to forms or data modules at design time are created automatically. 

AOwner is a component, typically a form or data module, that is responsible for freeing the client dataset. 

 

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