System.Win.ComObj.EventDispatchInvoke

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Appelle la méthode Invoker spécifiée avec l'identificateur de répartition (DispId) et les paramètres (ADistParams) spécifiés comme arguments.

Vous pouvez utiliser des paramètres nommés ou des paramètres ordonnés dans ADistParams. Les paramètres ordonnés sont inversés avant d'être transmis à Invoker.

Voir aussi