[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

IDispatch

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Dispatch interface

Declaration

Source position: objpash.inc line 271

type IDispatch = interface(IUnknown) end;

  function GetTypeInfoCount();

  

Return number of properties.

  function GetTypeInfo();

  

Return type information about properties

  function GetIDsOfNames();

  

Return IDs of named procedures

  function Invoke();

  

Invoke a dispatch method

Inheritance

IDispatch

  

Dispatch interface

IUnknown

  

Basic interface for all COM-based interfaces

Description

IDispatch is the pascal definition of the Windows Dispatch interface definition.

See also

IUnknown

  

Basic interface for all COM-based interfaces


Documentation generated on: Mar 17 2017