Data.DbxHTTPLayer.TDBXHTTPLayer.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Unit: Data.DbxHTTPLayer
Parent: TDBXHTTPLayer

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the communication channel.

The Close method closes the communication channel.

No Read or Write method is to be called after calling Close.

See Also