Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IDispatch

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

Dispatch interface

Declaration

Source position: objpash.inc line 287

type IDispatch = interface(IUnknown)

  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

end;

Inheritance

IDispatch

  

Dispatch interface

|

IUnknown

  

Basic interface for all COM-based interfaces

|

IInterface

  

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: Sep 29 2022