Icon AfterCommit Event

property AfterCommit: TNotifyEvent

Usage

Available In: Client and Server Applications

This event is triggered after the Commit method completes.

Warning For client applications, transaction commits are asynchronous and the AfterCommit event handler may not be fired until after the Commit method runs to completion.
Image