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

TCustomSQLQuery.Create

Create a new instance of TCustomSQLQuery.

Declaration

Source position: sqldb.pp line 582

public constructor TCustomSQLQuery.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner for the new TCustomSQLQuery instance.

Description

Create allocates a new instance on the heap and will allocate all resources for the SQL statement. After this it calls the inherited constructor.

Errors

If not enough memory is available, an exception will be raised.

See also

TCustomSQLQuery.Destroy

  

Destroy instance of TCustomSQLQuery


Documentation generated on: May 14 2021