RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TSetupEvent Type

TSetupEvent is the type for event handlers that respond when a control panel applet is invoked from the command line during system installation.

Pascal
TSetupEvent = TNotifyEvent;
C++
TNotifyEvent TSetupEvent;

CtlPanel

TSetupEvent maps to the TNotifyEvent type. It has a single parameter, Sender, which is the TAppletApplication instance. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!