Discards all modifications made during the current transaction and restores its state to the moment of the savepoint.
procedure RollbackToSavepoint(const Savepoint: string);
Call the RollbackToSavepoint method to cancel all updates for the current transaction and restore its state up to the moment of the last defined savepoint.