TAdsConnection.AfterRollback

TAdsConnection

Advantage TDataSet Descendant

AfterRollback occurs after an application completes a request to rollback modifications to the current transaction.

Syntax

type TNotifyEvent = procedure of object;

 

property AfterRollback: TNotifyEvent;

Description

Write an AfterRollback event handler to take specific action after an application rolls back changes to the current transaction.