Data.DBXTransportFilter.TDBXFilterSocketChannel.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
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Closes the socket channel.

Call the Close method to close the socket channel.

See Also