|
RAD Studio VCL Reference
|
TStartWParmsEvent is the type of the OnStartWParms event handler.
TStartWParmsEvent = procedure (Sender: TObject; Params: string) of object;
(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!
|