System.Win.ComObj.EventDispatchInvoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EventDispatchInvoke(DispId: Integer; var ADispParams: TDispParams; Invoker: TEventDispatchInvoker): HResult;

C++

extern DELPHI_PACKAGE HRESULT __fastcall EventDispatchInvoke(int DispId, tagDISPPARAMS &ADispParams, _di_TEventDispatchInvoker Invoker);

Properties

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

Description

Calls the specified Invoker with the specified dispatch ID (DispId) and parameters (ADistParams) as arguments.

You may use either named parameters or ordered parameters in ADistParams. Ordered parameters are reversed before being passed to the Invoker.

See Also