EAbort
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Abort error.
Declaration
Source position: sysutilh.inc line 190
Type
  EAbort = class (Exception)
  ;
Description
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.
MembersNo members available
Inheritance
| Class | Description | 
|---|---|
| EAbort | Abort error. | 
See also
| Name | Description | 
|---|---|
| Abort | Abort program execution. |