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;

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

 

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