System.SysUtils.EInOutError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ErrorCode: Integer;

C++

int ErrorCode;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils EInOutError

Description

Specifies the code of the I/O error.

Read the value of ErrorCode to identify the type of I/O error that was raised. ErrorCode is useful when an application needs to identify the type of I/O error that happened in order to show a custom error dialog.

See Also