Data.Win.ADODB.TADOTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOTable

Description

Creates an instance of a TADOTable component.

Call Create to instantiate an ADO table component at runtime. Table components placed in forms or data modules at design time are created automatically.

Create:

See Also