Discards all modifications of data associated with the current transaction and ends the transaction. 
Class
TDATransaction
 Syntax
procedure Rollback; virtual;
Remarks
Call Rollback to cancel all data modifications made within the current transaction  to the database server, and finish the transaction. 
See Also