RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.Create Constructor

Creates and initializes an instance TSQLConnection.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TSQLConnection(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!