Datasnap.DBClient.EReconcileError.PreviousError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: EReconcileError

Delphi

property PreviousError: DBResult read FPreviousError;

C++

__property Datasnap::Dsintf::DBResult PreviousError = {read=FPreviousError, nodefault};

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