CtlPanel.TAppletModule.OnStartWParms

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnStartWParms: TStartWParmsEvent read FOnStartWParms write FOnStartWParms;

C++

__property TStartWParmsEvent OnStartWParms = {read=FOnStartWParms, write=FOnStartWParms};

Propriétés

Type Visibilité  Source Unité  Parent
event published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule

Description

Se produit quand le module applet est invoqué par RunDLL.

OnStartWParms correspond à l'événement OnActivate. Mais la différence tient à ce que l'invocation provient de RunDLL. Params peut contenir d'autres directives d'exécution.

Voir aussi