RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMtsAutoObject Class

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

Pascal
TMtsAutoObject = class(TAutoObject, IObjectControl);
C++
class TMtsAutoObject : public TAutoObject, public IObjectControl;

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. 

 

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