Datasnap.Midas.ICppAppServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: class
Visibility: public
Source: Datasnap.Midas.hpp
Unit: Datasnap.Midas
Parent: Datasnap.Midas

C++

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

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