Data.DBXCommon.TDBXCommunicationLayer.Terminate
Delphi
procedure Terminate; virtual;
C++
virtual void __fastcall Terminate(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXCommunicationLayer |
Description
Terminates the current communication session.
The Terminate method terminates the current communication session. The communication layer is also reset. After calling the Terminate method, the Terminated property is set to True.