Forms.Application
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
Application: TApplication
Unit: Forms
Type: variable
C++ Information
From Forms.hpp
Forms::TApplication * Application;
Unit: Forms
Type: variable
Description
Represents application-level information.
By default, when a new project is created, the IDE constructs an application object and assigns it to the Application variable in the Forms unit. Application has several properties that can be used to get information about an application while it runs.
See Also
Code Samples