Data.DBXTransport.TDbxChannel.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TDbxChannel |
Delphi
procedure Close; virtual; abstract;
C++
virtual void __fastcall Close() = 0 ;
Description
Closes the communication channel.
Override the Close method in descending classes to specify actions that take place when the communication channel closes.