Bde.DBTables.TBDEDataSet.Create

From RAD Studio API Documentation

[–] Properties
Type: constructor
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBDEDataSet(System::Classes::TComponent* AOwner);

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.

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.

See Also