[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initialize a new TDatabase class instance.
Source position: db.pas line 1652
public constructor TDatabase.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the new TDatabase instance. |
Create initializes a new instance of the TDatabase class. It allocates some resources and then calls the inherited constructor.
|
Dataset connected to a database. |
|
TTransaction |
||
|
Remove a TDatabase instance from memory. |
lazarus-ccr.sourceforge.net |