Vcl.Forms.Application

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Application: TApplication;

C++

extern DELPHI_PACKAGE TApplication* Application;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

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 Examples