RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.Create Constructor

Creates an instance of a TBDEDataSet component.

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

Call Create to instantiate a dataset component at runtime. Ordinarily applications instantiate TBDEDataSet descendants, such as TTable, TQuery, or TStoredProc

Create  

Calls its inherited Create method. 

Set the Locale property of the dataset to the locale of the default session. 

Sets the CacheBlobs property to true. 

 

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