RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.OnStartWParms Event

Occurs when the AppletModule is invoked from RunDLL.

Pascal
property OnStartWParms: TStartWParmsEvent;
C++
__property TStartWParmsEvent OnStartWParms;

OnStartWParms parallels the OnActivate event. Where it differs is that the invocation is coming from RunDLL. Params may contain extra directions for execution. 

 

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