Bde.DBTables.TTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of a table component.

Call Create to instantiate a table declared in an application if it was not placed on a form or data module at design time. Create calls its inherited constructor, creates an empty index definitions list, creates an empty data link, and creates an empty list of index files.

See Also