RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.Application Variable

Represents application-level information.

Pascal
Application: TApplication;
C++
TApplication Application;

Forms

By default, when a new project is created, the IDE constructs an application object and assigns it to the Application variable in the Forms or QForms unit. Application has several properties that can be used to get information about an application while it runs. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!