TDAFailureBehavior
Overview
Values of the TDAFailureBehavior enumeration type are used by Data Adapters to define how data update errors occured on the remote server should be handled on the client side.
Location
- Unit: uDADataAdapter.pas
Value | Description |
---|---|
fbBoth | Show the data update error reconcile dialog. The EDAUpdatesFailedException exception will be raised if the data update errors will not be resolbed in the dialog being shown. |
fbNone | Ignore any data update errors |
fbRaiseException | In case of any data update errors raise the EDAUpdatesFailedException exception |
fbShowReconcile | Show the data update error reconcile dialog (either standart one built into the Data Abstract or custom reconcile dialog). No exception will be raised. |