Advantage TDataSet Descendant
AfterRollback occurs after an application completes a request to rollback modifications to the current transaction.
type TNotifyEvent = procedure of object;
property AfterRollback: TNotifyEvent;
Write an AfterRollback event handler to take specific action after an application rolls back changes to the current transaction.