Bde.DBTables.TBDEDataSet.Create
From RAD Studio API Documentation
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TBDEDataSet(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Creates an instance of a TBDEDataSet component.
Call Create to instantiate a dataset component at runtime. Ordinarily applications instantiate TBDEDataSet descendants, such as TTable, TQuery, or TStoredProc.
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.