help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

IDispatch

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

Dispatch interface

Declaration

Source position: objpash.inc line 204

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505