This basic application
introduces two of the most important concepts in ObjectWindows programming. As simple as
it seems, deriving a class from TApplication and overriding the InitMainWindow function
gives you quite a bit of control over application execution. As you'll see in later steps,
you can easily craft a large and complex application from this simple beginning.