CtlPanel.Application

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

Application: TAppletApplication = nil;

C++

extern DELPHI_PACKAGE TAppletApplication* Application;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
CTLPanel.pas
CtlPanel.hpp
CtlPanel CtlPanel


Beschreibung

Repräsentiert die Anwendung für ein Systemsteuerungsprojekt-Applet.

Wenn ein neues Systemsteuerungsprojekt erzeugt wird, erstellt die IDE ein Anwendungsobjekt und weist es Application zu. Wenn das Projekt ein Systemsteuerungs-Applet darstellt, wird Application als CtlPanel.TAppletApplication-Objekt initialisiert.