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;

Mtsobj

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. 

 

TMTSDataModule 

Writing Applications Using COM

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!