RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.DoDisconnect Method

Disconnects from an application server.

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

DoDisconnect is called internally when the Connected property is set to false. Using the ITransport interface, DoDisconnect drops the connection to the application server. 

 

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