Data.DbxSocketChannelNative.TDBXIdTCPLayer.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXIdTCPLayer

Description

Closes the communication channel.

The Close method closes the communication channel. No Read or Write operations can be made after closing the communication channel.

See Also