[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Error raised when an invalid operation is performed
Source position: variants.pp line 35
type EVariantInvalidOpError = class(EVariantError) |
|
Error raised when an invalid operation is performed |
|
| | ||
|
Variant error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
EVariantInvalidOpError is the exception raised when the VAR_EXCEPTION error is encountered in VarResultCheck
|
Check the result of an operation and raise exception if not OK. |