DAC for MySQL
TMySQLDataSet.Methods.RevertRecord | Previous Next |
Restores the current record in the dataset to an unmodified state when cached updates are enabled.
Syntax:
procedure RevertRecord;
Description:
Call RevertRecord to undo changes made to the current record when cached updates are
enabled.
 | To undo all changes to all pending updates in the cache, call CancelUpdates. |