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

IDispatch

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

Declaration

Source position: objpash.inc line 175

type IDispatch = interface(IUnknown)

  function GetTypeInfoCount();

  function GetTypeInfo();

  function GetIDsOfNames();

  function Invoke();

end;

Inheritance

IDispatch

IUnknown