Datasnap.DSTCPServerTransport.TDSTCPChannel.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPChannel

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the socket channel.

Call the Close method to close the socket channel.

See Also