System.Win.Mtsobj.TMtsAutoObject

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TAutoObjectSystem.Win.ComObj.TTypedComObjectSystem.Win.ComObj.TComObjectSystem.TObjectTMtsAutoObject

Delphi

TMtsAutoObject = class(TAutoObject, IObjectControl)

C++

class PASCALIMPLEMENTATION TMtsAutoObject : public System::Win::Comobj::TAutoObject

Properties

Type Visibility Source Unit Parent
class public
System.Win.Mtsobj.pas
System.Win.Mtsobj.hpp
System.Win.Mtsobj System.Win.Mtsobj

Description

TMtsAutoObject encapsulates the objects and interfaces of the MTS application server.

Use a TMtsAutoObject object as the central repository for all objects in an MTS-enabled application server.

MTS Automation objects are dual-interface Automation servers that implement the IObjectControl interface. MTS Automation objects are like any Automation server with additional features that encapsulate MTS services such as transaction support and security.

See Also