Datasnap.Win.SConnect.TStreamedConnection.DoDisconnect
Delphi
procedure DoDisconnect; override;
C++
virtual void __fastcall DoDisconnect(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp |
Datasnap.Win.SConnect | TStreamedConnection |
Description
Disconnects from an application server.
DoDisconnect is called internally when the Connected property is set to false. Using the ITransport interface, DoDisconnect drops the connection to the application server.