Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDatabase.Create

Initialize a new TDatabase class instance.

Declaration

Source position: db.pas line 2298

public constructor TDatabase.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner for the new TDatabase instance.

Description

Create initializes a new instance of the TDatabase class. It allocates some resources and then calls the inherited constructor.

See also

TDBDataset

  

Dataset connected to a database.

TDBTransaction

  

Encapsulate a transaction.

TDatabase.Destroy

  

Remove a TDatabase instance from memory.


Documentation generated on: Jul 24 2023