| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Error raised when a problem is detected during creation of an array
Source position: variants.pp line 43
type EVariantArrayCreateError = class(EVariantError)  | 
  | 
Error raised when a problem is detected during creation of an array  | 
|
| | | ||
  | 
Variant error.  | 
|
| | | ||
  | 
Base class of all exceptions.  | 
|
| | | ||
TObject  | 
EVariantArrayCreateError is the exception raised when a problem is detected during creation of an array. It can be raised manually by calling VarArrayCreateError.
  | 
Raise an EVariantArrayCreateError error  |