System.Win.ComObj.TEventDispatchInvoker
Delphi
TEventDispatchInvoker = reference to procedure(DispId: Integer;
var Params: TOleVariantArray);
C++
__interface TEventDispatchInvoker : public System::IInterface
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
anonMethod class |
public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | System.Win.ComObj |
Description
Type de méthode anonyme appelée par EventDispatchInvoke.
Les méthodes de ce type reçoivent :
- Un identificateur de répartition (
DispId). - Une liste de paramètres ordonnés (
Params).