RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMidasConnection.DoDisconnect Method

Drops a connection to an application server.

Pascal
procedure DoDisconnect; override;
C++
virtual __fastcall DoDisconnect();

DoDisconnect is called internally when the Connected property is set to false. It drops the connection and changes the AppServer property to a NULL Variant. 

 

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