[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 262

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

Description

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

See also

IUnknown

  

Basic interface for all COM-based interfaces

The latest version of this document can be found at lazarus-ccr.sourceforge.net.