FMX.Forms.Application
Delphi
Application: TApplication;
C++
extern DELPHI_PACKAGE TApplication* Application;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
Represents application-level information.
By default, when a new FireMonkey 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.