EVariantError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Variant error.
Declaration
Source position: sysutilh.inc line 174
Type
  EVariantError = class (Exception)
    ErrCode : LongInt;
    constructor CreateCode(Code: LongInt);
  end
  ;
Description
EVariantError is raised by the internal variant routines.
Members
| Member | Type | Visibility | Description | 
|---|---|---|---|
| CreateCode | Method | default | Create an instance of EVariantError with a particular error code. | 
| ErrCode | Field | default | Variant error code. | 
Inheritance
| Class | Description | 
|---|---|
| EVariantError | Variant error. |