System.IDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDispatch = interface(IUnknown)

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