System.IDispatch

From RAD Studio API Documentation
Revision as of 13:47, 16 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

IDispatch = interface(IUnknown)

Contents

Properties

Type Visibility Source Unit Parent
interface public System.pas System System

Description

IDispatch is the interface used to support Automation.

Implement the IDispatch interface in COM-enabled classes that have to act as Automation controllers. The IDispatch interface exposes a number of methods for Automation clients that require late binding (such as scripting languages).

See Also

Code Examples

Personal tools
Translations