RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.Create Constructor

Creates a new TDBDataSet object.

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

Call Create to instantiate a DB dataset at runtime. 

Create:

  • Set the Locale property of the dataset to the locale of the default session.
  • Sets the CacheBlobs property to true.
  • Checks if the specified Owner is a database component, and if so, uses it to set the SessionName and DatabaseName properties.

 

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