CtlPanel.TAppletApplication.OnSetup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSetup: TSetupEvent read FOnSetup write FOnSetup;

C++

__property System::Classes::TNotifyEvent OnSetup = {read=FOnSetup, write=FOnSetup};

Properties

Type Visibility Source Unit Parent
event public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletApplication

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.

See Also