[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

EVariantError.CreateCode

Create an instance of EVariantErrorwith a particular error code.

Declaration

Source position: sysutilh.inc line 123

constructor EVariantError.CreateCode(

  Code: LongInt

);

Description

CreateCodecalls the inherited constructor, and sets the ErrCodeproperty to Code.

See also

ErrCode

  

Variant error code.