RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TStartWParmsEvent Type

TStartWParmsEvent is the type of the OnStartWParms event handler.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!