Icon OnCommit Event

property OnCommit: TNotifyEvent

Usage

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