CtlPanel.TSetupEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Classes::TNotifyEvent TSetupEvent;

Properties

Type Visibility Source Unit Parent
typedef public CtlPanel.hpp CtlPanel CtlPanel

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.

See Also