CtlPanel.TStartWParmsEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: CtlPanel

Delphi

TStartWParmsEvent  = procedure (Sender: TObject; Params: string) of object;

C++

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

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