System.Variant.SetError

From RAD Studio API Documentation
Jump to: navigation, search

C++

void    __fastcall SetError(const HResult err);

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Variant

Description

Converts the Variant to a varError type and assigns the integer err as the value of the varError.

See the Type method for more information about varError.

See Also