Datasnap.DBClient.EReconcileError.PreviousError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviousError: DBResult read FPreviousError;

C++

__property System::Word PreviousError = {read=FPreviousError, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient EReconcileError

Description

Indicates the previous error in the reconcile process.

PreviousError is the error code of the last update error in this update operation. If the last update error did not have an error code, PreviousError is 0.

See Also