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