Vcl.OleAuto.EOleException.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: Integer read FErrorCode;

C++

__property int ErrorCode = {read=FErrorCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.OleAuto.pas
Vcl.OleAuto.hpp
Vcl.OleAuto EOleException

Description

The status code returned by the failed method call, indicating the reason for the failure.

ErrorCode is the numerical error code returned by a failed call to an OLE automation object's method or property.

See Also