Datasnap.Win.MidasCon.TMidasConnection.DoDisconnect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.Win.MidasCon.pas Datasnap.Win.MidasCon.hpp
| |
| Unit: Datasnap.Win.MidasCon | |
| Parent: TMidasConnection | |
Delphi
procedure DoDisconnect; override;
C++
virtual void __fastcall DoDisconnect();
Description
Drops a connection to an application server.
Datasnap.Win.MidasCon.TMidasConnection.DoDisconnect inherits from Datasnap.Win.MConnect.TDispatchConnection.DoDisconnect. All content below this line refers to Datasnap.Win.MConnect.TDispatchConnection.DoDisconnect.
Drops a connection to an application server.
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.