[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abort error.
Source position: sysutilh.inc line 137
type EAbort = class(Exception) end; |
|
Abort error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
Abortis raised by the Abortprocedure. 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. |