Datasnap.Win.SConnect.TStreamedConnection.InternalClose
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: TStreamedConnection | |
Delphi
procedure InternalClose; virtual;
C++
virtual void __fastcall InternalClose();
Description
Terminates a connection to the application server.
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.