Bde.DBTables.TTable.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: TTable

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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