[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resolver response code
Source position: db.pas line 62
type TResolverResponse = ( |
||
rrSkip, |
|
Skip the current update, leave it in the change log. |
rrAbort, |
|
Abort the whole update process, no error message is displayed (no EAbort exception raised). |
rrMerge, |
|
Merge the update with existing changes on the server. |
rrApply, |
|
Replace the update with new values applied by the event handler |
rrIgnore |
|
Ignore the error and remove update from change log |
); |
TResolverResponse is used to indicate what should happen to a pending change that could not be resolved. It is used in callbacks.