OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Calling the Run function

The most obvious thing that the TApplication::Run function does is to start your application running.

But in doing so it performs a number of other important tasks, including

For the purposes of creating the basic application, it is sufficient to know that Run is the function you call to make your application go.