System.IDispatch Methods

From RAD Studio API Documentation
Revision as of 20:20, 9 April 2012 by BuildBot (talk | contribs) (Created page with '{{#lst:API:System.IDispatch Methods|head}} <section begin="short"/><!--Short description here--><section end="short"/> <!--Additional Comments go here--> {{#lst:API:System.IDispa...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


InheritedProtected
GetIDsOfNamespublicGetIDsOfNames returns a set of dispatch identifiers (dispids) for a given member name.
GetTypeInfopublicGetTypeInfo returns the object's type information.
GetTypeInfoCountpublicGetTypeInfoCount returns the count of type information interfaces.
InvokepublicInvoke performs a call to a late-binded property or method.