Data.DbxHTTPLayer.TDBXHTTPLayer.Close
[–] 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.