This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on the Web. Once they have done so, this page will link to the relevant page in the official documentation.

Unit[]
Description[]
Definition (Delphi 6, 2007, 2009, 2010, XE):
procedure Abort;
Abort will raise a silent exception (EAbort).
Using abort will escape the code flow without reporting an error.
Abort will act as a normal exception but it does not show the user any error message.
Abort will change the code flow so it will start at the end of the try .. finally code block.
Technical Comments[]
(Known issues / Documentation clarifications / Things to be aware of)
Examples[]
(Please provide links to articles/source code that show how to use this item.)
See Also[]
(Please provide links to items specifically related to this item.)
User Comments/Tips[]
(Please leave your name with your comment.)