Transaction property.
Source position: db.pas line 2215
| 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. |