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

TDatabase.Create

Initialize a new TDatabase class instance.

Declaration

Source position: db.pas line 1652

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.

TTransaction

TDatabase.Destroy

  

Remove a TDatabase instance from memory.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.