RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMidasConnection Class

TMidasConnection handles a server connection for the client of a multi-tiered application.

Pascal
TMidasConnection = class(TDCOMConnection);
C++
class TMidasConnection : public TDCOMConnection;

MidasCon

TMidasConnection is provided for backward compatibility. When writing client applications that connect to application servers using DCOM, use TDCOMConnection instead. When writing client applications that connect to application servers using sockets, use TSocketConnection instead. When writing client applications that connect to application servers using HTTP, use TWebConnection instead. 

 

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