[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abort error.
Source position: sysutilh.inc line 140
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. |
No notes exist for this page yet.