[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Resolver response code
Source position: db.pas line 62
type TResolverResponse = ( |
||
rrSkip, |
|
Skip the current update, leave it in the change log |
rrAbort, |
|
Abor the whole update process |
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.
lazarus-ccr.sourceforge.net |