API:Datasnap.DSTCPServerTransport.TDSTCPChannel.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPChannel

Description

Closes the communication channel.

Datasnap.DSTCPServerTransport.TDSTCPChannel.Close inherits from Data.DBXTransport.TDbxChannel.Close. All content below this line refers to Data.DBXTransport.TDbxChannel.Close.

Closes the communication channel.

Override the Close method in descending classes to specify actions that take place when the communication channel closes.

See Also