CtlPanel.TSetupEvent
[–] Properties | |
---|---|
Type: typedef | |
Visibility: public | |
Source: CtlPanel.hpp | |
Unit: CtlPanel | |
Parent: CtlPanel |
C++
typedef System::Classes::TNotifyEvent TSetupEvent;
Description
TSetupEvent is the type for event handlers that respond when a control panel applet is invoked from the command line during system installation.
TSetupEvent maps to the TNotifyEvent type. It has a single parameter, Sender, which is the TAppletApplication instance.