Run

From RAD Studio
Jump to: navigation, search

Go Up to Run Menu


Run > Run (F9)

Compiles any changed source code and, if the compile is successful, executes your application, allowing you to use and test the application with the debugger built into the IDE.

Also available on the debug toolbar as the Run button with a dropdown list of executables (RunButton.png).

The best practice is to save your project before running the application.

See Also