RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TResolverErrorEvent Type

Represents the procedure type for the events that occur when the provider fails to update a record.

Pascal
TResolverErrorEvent = procedure (Sender: TObject; DataSet: TCustomClientDataSet; E: EUpdateError; UpdateKind: TUpdateKind; var Response: TResolverResponse) of object;
C++
(Sender: TObject; DataSet: TCustomClientDataSet; E: EUpdateError; UpdateKind: TUpdateKind; var Response: TResolverResponse) ( TResolverErrorEvent)();

A variable of TResolverErrorEvent type references an event that occurs when the provider cannot update a record because of an error condition. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!