API:Bde.DBTables.TTable.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TTable | |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TTable(System::Classes::TComponent* AOwner);
Description
Creates a new TDBDataSet object.
Bde.DBTables.TTable.Create inherits from Bde.DBTables.TDBDataSet.Create. All content below this line refers to Bde.DBTables.TDBDataSet.Create.
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.