RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.InternalClose Method

Terminates a connection to the application server.

Pascal
procedure InternalClose; virtual;
C++
virtual __fastcall InternalClose();

Streamed connection components use InternalClose to handle the details of closing a connection to the application server. This method is called by the DoDisconnect method (which implements the Connected property) and at other times when the connection component must terminate a connection. 

 

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