Icon OnStartTransaction Event

property OnStartTransaction: TNotifyEvent

Usage

This event is triggered when the database adapter needs to start a transaction. The developer can define an event handler for this event in order to handle starting a transaction using a database-specific component.
Image