[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Error to signal an out-of-memory condition
Source position: variants.pp line 45
type EVariantOutOfMemoryError = class(EVariantError) |
|
Error to signal an out-of-memory condition |
|
| | ||
|
Variant error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
EVariantOutOfMemoryError is the exception raised when the VAR_OUTOFMEMORY error is encountered in VarResultCheck It can be raised manually by calling VarOutOfMemoryError.
|
Raise an EVariantOutOfMemoryError error |
|
|
Check the result of an operation and raise exception if not OK. |