[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when an error occurs while updating records
Source position: bufdataset.pas line 663
published property TCustomBufDataset.OnUpdateError : TResolverErrorEvent |
OnUpdateError is a TResolverErrorEvent property that represents the event handler signalled when an error occurs while applying updates to records in the buffered dataset. OnUpdateError allows an application to perform actions needed when a database exception occurs in the ApplyUpdates method.
Applications can assign a procedure to the event handler that implements the TResolverErrorEvent signature to respond to the event notification. The procedure must set the value in its Response argument to indicate whether the condition is handled, ignored, or can be re-raised in the calling method.
|
Defines the event handler for update errors in TBufDataset |
|
|
Applies pending updates to the dataset |