System.Win.ComObj.TEventDispatchInvoker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__interface TEventDispatchInvoker  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Type of anonymous method that EventDispatchInvoke calls.

Methods of this type receive:

  • A dispatch ID (DispId).
  • An ordered list of parameters (Params).

See Also