Data.DBXCommon.TDBXCommunicationLayer.Terminate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Terminate; virtual;

C++

virtual void __fastcall Terminate();

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.

See Also