System.VarUtils.ESafeArrayError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: HRESULT read FErrorCode write FErrorCode;

C++

__property HRESULT ErrorCode = {read=FErrorCode, write=FErrorCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils ESafeArrayError

Description

Specifies the error code of the exception.

Use ErrorCode to obtain or change the error code associated with the exception.

ErrorCode is set to the value of the AResult parameter, after making a call to the CreateHResult constructor.

See Also