RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCachedDataSet.Create Constructor

Creates and initializes an instance of TCustomCachedDataSet.

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

Call Create to create a TCustomCachedDataSet descendant at runtime. Datasets added to forms or data modules at design time are created automatically. 

AOwner is the component that is responsible for freeing the TCustomCachedDataSet instance. If AOwner is nil (Delphi) or NULL (C++), the application must explicitly free the dataset. 

 

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