CtlPanel.TAppletApplication.OnSetup
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: CTLPanel.pas CtlPanel.hpp
| |
| Unit: CtlPanel | |
| Parent: TAppletApplication | |
Delphi
property OnSetup: TSetupEvent read FOnSetup write FOnSetup;
C++
__property TSetupEvent OnSetup = {read=FOnSetup, write=FOnSetup};
Description
Occurs when the applet is invoked from the command line during system installation.
This event occurs when the CPL_SETUP message is received from the controlling application. This message is only sent when an applet is invoked from the Command line during system installation.