[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLConnection.Create

Create a new instance of TSQLConnection

Declaration

Source position: sqldb.pp line 273

public constructor TSQLConnection.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner for the new TSQLConnectioninstance

Description

Create initialized a new instance of TSQLconnection. After calling the inherited constructor, it will initialize the FieldNameQuoteChars property and some other fields for internal use.

See also

FieldNameQuoteChars

  

Characters used to quote field names.


Documentation generated on: May 14 2021