CtlPanel.TStartWParmsEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TStartWParmsEvent)(System::TObject* Sender, System::UnicodeString Params);

Properties

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

Description

TStartWParmsEvent is the type of the OnStartWParms event handler.

TStartWParmsEvent lets you respond when a control panel applet first starts up.

Sender is the Applet Module that is starting up.

Params is the parameter string that is passed to RunDLL.

See Also