Bde.DBTables.TDBDataSet.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TDBDataSet |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TDBDataSet(System::Classes::TComponent* AOwner);
Description
Creates a new TDBDataSet object.
Call Create to instantiate a DB dataset at runtime.
- 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.