Data.DbxSocketChannelNative.TDBXSocketChannel.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DbxSocketChannelNative.pas Data.DbxSocketChannelNative.hpp
| |
Unit: Data.DbxSocketChannelNative | |
Parent: TDBXSocketChannel |
Delphi
procedure Close; override;
C++
virtual void __fastcall Close();
Description
Closes the communication channel.
Data.DbxSocketChannelNative.TDBXSocketChannel.Close inherits from Data.DBXTransport.TDbxChannel.Close. All content below this line refers to Data.DBXTransport.TDbxChannel.Close.
Closes the communication channel.
Override the Close method in descending classes to specify actions that take place when the communication channel closes.