System.VarUtils.SafeArrayError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SafeArrayError(AResult: HRESULT);

C++

extern DELPHI_PACKAGE void __fastcall SafeArrayError(HRESULT AResult);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Raises an event corresponding to the given safe array operation error code.

Use SafeArrayError to programatically raise an event corresponding to the safe array operation error code given through the AResult parameter.

See Also