Data.DB.EUpdateError.PreviousError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviousError: Integer read FPreviousError;

C++

__property int PreviousError = {read=FPreviousError, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB EUpdateError

Description

Indicates the previous error code for this update 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