Datasnap.Win.MConnect.TDispatchConnection.DoDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDisconnect; override;

C++

virtual void __fastcall DoDisconnect();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TDispatchConnection

Description

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.

See Also