[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Transaction property
Source position: db.pas line 1930
public constructor TDBTransaction.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the new TDBTransaction instance. |
Create initializes a new TDBTransaction instance. It sets up the necessary resources, after having called the inherited constructor.
|
Remove a TDBTransaction instance from memory. |