Bde.DBTables.TDBDataSet.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBDataSet

Description

Creates a new TDBDataSet object.

Call Create to instantiate a DB dataset at runtime.

Create:

  • 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.

See Also