Datasnap.Win.SConnect.TStreamedConnection.InternalClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalClose; virtual;

C++

virtual void __fastcall InternalClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

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.

See Also