API:Bde.DBTables.TNestedTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates an instance of a TBDEDataSet component.

Bde.DBTables.TNestedTable.Create inherits from Bde.DBTables.TBDEDataSet.Create. All content below this line refers to Bde.DBTables.TBDEDataSet.Create.

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