CtlPanel.Application
[–] Properties | |
---|---|
Type: variable | |
Visibility: public | |
Source: CTLPanel.pas CtlPanel.hpp
| |
Unit: CtlPanel | |
Parent: CtlPanel |
Delphi
Application: TAppletApplication = nil;
C++
extern DELPHI_PACKAGE TAppletApplication* Application;
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.