EVariantArrayCreateError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Error raised when a problem is detected during creation of an array
Declaration
Source position: variants.pp line 43
Type
  EVariantArrayCreateError = class (EVariantError)
  ;
Description
EVariantArrayCreateError is the exception raised when a problem is detected during creation of an array. It can be raised manually by calling VarArrayCreateError .
MembersNo members available
Inheritance
| Class | Description | 
|---|---|
| EVariantArrayCreateError | Error raised when a problem is detected during creation of an array | 
See also
| Name | Description | 
|---|---|
| VarArrayCreateError | Raise an EVariantArrayCreateError error |