RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletApplication.OnSetup Property

Occurs when the applet is invoked from the command line during system installation.

Pascal
property OnSetup: TSetupEvent;
C++
__property TSetupEvent OnSetup;

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. 

 

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