Data.DBXCommon.TDBXCommunicationLayer

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXPlatform.TFactoryObjectSystem.TObjectTDBXCommunicationLayer
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXCommunicationLayer = class abstract(TFactoryObject)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TDBXCommunicationLayer : public Data::Dbxplatform::TFactoryObject

Description

Implements the API communication layer.

The TDBXCommunicationLayer class implements the API communication layer. If the communication layer is not terminated, the object can be reused. In cases where the communication layer needs to be terminated (timeouts, abrupt exit), the Terminate method needs to be called. After being terminated, the object cannot be reused.

See Also