System.VarUtils.SafeArrayCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SafeArrayCheck(AResult: HRESULT);

C++

extern DELPHI_PACKAGE void __fastcall SafeArrayCheck(HRESULT AResult);

Properties

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

Description

Checks whether the given parameter is a safe array operation error code.

Use SafeArrayCheck to check whether the parameter given through AResult is one of the possible safe array operation error codes.

See Also