Datasnap.Midas.ICppAppServer

From RAD Studio API Documentation
Jump to: navigation, search

C++

__interface  INTERFACE_UUID("{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}") ICppAppServer : public IDispatch

Properties

Type Visibility Source Unit Parent
class public Datasnap.Midas.hpp Datasnap.Midas Datasnap.Midas

Description

IDispatch is the interface used to support Automation.

Datasnap.Midas.ICppAppServer inherits from System.IDispatch. All content below this line refers to System.IDispatch.

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