prev  Menu  next

Run menus

Run (F9)
Ordinary run command.

Code (F8)
displays the Pascal code view.


Terminate(Ctrl-Alt-B)
Aborts the execution of the program immediately.
Note. This feature does not work on Mac.
Note. This command is the final means to terminate the program.
Before applying this command, try Ctrl-B on the executing program's window.
Especially, terminating a program which writes to a file with this command may cause inconsistency on the file system.