RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDispatch Interface

IDispatch is the interface used to support Automation.

Pascal
IDispatch = interface(IUnknown);
C++
__interface IDispatch : public IUnknown;

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). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!