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 302

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: Jul 24 2023