System.Win.Mtsobj.TMtsAutoObject

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.