System.Win.ComObj.TEventDispatchInvoker

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TEventDispatchInvoker = reference to procedure(DispId: Integer;
var Params: TOleVariantArray);

C++

__interface TEventDispatchInvoker  : public System::IInterface

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
anonMethod
class
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Beschreibung

Typ der anonymen Methode, die EventDispatchInvoke aufruft.

Methoden dieses Typs erhalten:

  • Eine Dispatch-ID (DispId).
  • Eine geordnete Parameterliste (Params).

Siehe auch