Show: Delphi C++
Display Preferences

Vcl.Forms.Application

From XE2 API Documentation
Jump to: navigation, search

Delphi

Application: TApplication;

C++

extern PACKAGE TApplication* Application;

Contents

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

Personal tools
Previous Versions
Translations