Data.SqlExpr.TSQLConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates and initializes an instance TSQLConnection.

Use Create to instantiate TSQLConnection at runtime. SQL connections added to forms or data modules at design time are created automatically.

The AOwner parameter is the component, typically a form or data module, that is responsible for freeing the SQL connection.

See Also