Icon OnCachedUpdateError Event

property OnCachedUpdateError: TCachedUpdateErrorEvent

Usage

The OnCachedUpdateError event is fired when there is an error during the application of a cached update. You may use the CurrentRecord parameter to examine and/or modify the record being applied. The E paramater contains the exception that was raised. The UpdateType parameter indicates what type of operation was being applied. Finally, the Action parameter allows you to specify what action you would like DBISAM to take in response to any adjustments that may have been made to the CurrentRecord object.
Image