Data.DBXCommon.TDBXCommunicationLayer

提供: RAD Studio API Documentation
移動先: 案内検索

Data.DBXPlatform.TFactoryObjectSystem.TObjectTDBXCommunicationLayer

Delphi

TDBXCommunicationLayer = class abstract(TFactoryObject)

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

説明

API 通信レイヤを実装したものです。

TDBXCommunicationLayer クラスは API 通信レイヤを実装したものです。通信レイヤを終了しなければ、オブジェクトは再利用できます。通信レイヤを終了する必要がある場合(タイムアウト、突然の終了など)は、Terminate メソッドを呼び出す必要があります。終了後、オブジェクトは再利用できません。

関連項目