CtlPanel.Application
Delphi
Application: TAppletApplication = nil;
C++
extern DELPHI_PACKAGE TAppletApplication* Application;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | CTLPanel.pas CtlPanel.hpp |
CtlPanel | CtlPanel |
Description
Represents the application for a control panel applet project.
When a new control panel project is created, the IDE constructs an application object and assigns it to Application. If the project represents a control panel applet, Application is initialized to a CtlPanel.TAppletApplication object.