RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.Application Variable

Represents the application for a control panel applet project.

Pascal
Application: TAppletApplication = nil;
C++
TAppletApplication Application = nil;

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 TAppletApplication object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!