[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abort error.
Source position: sysutilh.inc line 191
type EAbort = class(Exception) ; |
|
Abort error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
Abort is raised by the Abort procedure. It is not displayed in GUI applications, and serves only to immediately abort the current procedure, and return control to the main program loop.
|
Abort program execution. |