Skip to content

EVariantError.CreateCode

Create an instance of EVariantError with a particular error code.

Declaration

Source position: sysutilh.inc line 176

default 
  constructor CreateCode(Code: LongInt);

Description

CreateCode calls the inherited constructor, and sets the ErrCode property to Code.

See also

Name Description
ErrCode Variant error code.