API:Datasnap.Win.TConnect.TLocalConnection

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

Datasnap.DBClient.TCustomRemoteServerData.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTLocalConnection

Delphi

TLocalConnection = class(TCustomRemoteServer, IAppServer{$IFDEF MSWINDOWS}, ISupportErrorInfo{$ENDIF})

C++

class PASCALIMPLEMENTATION TLocalConnection : public Datasnap::Dbclient::TCustomRemoteServer

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Datasnap.Win.TConnect Datasnap.Win.TConnect

説明

TCustomRemoteServer は,多層データベースアプリケーションのアプリケーションサーバーに接続するすべてのコンポーネントのための基本クラスです。

Datasnap.Win.TConnect.TLocalConnection は Datasnap.DBClient.TCustomRemoteServer を継承しています。以下の内容はすべて Datasnap.DBClient.TCustomRemoteServer を参照しています。

TCustomRemoteServer は,多層データベースアプリケーションのアプリケーションサーバーに接続するすべてのコンポーネントのための基本クラスです。

TCustomRemoteServer のインスタンスは作成しないでください。TCustomRemoteServer は,リモートアプリケーションサーバーとの接続に必要なプロパティとメソッドを導入し,IAppServer インターフェースを 1 つまたは複数のクライアントデータセットで利用できるようにします。一般に DataSnap 接続コンポーネントと呼ばれる下位クラスは多くの TCustomRemoteServer のメソッドをオーバーライドして,アプリケーションサーバーとの接続を作成または終了したり,アプリケーションサーバーとのインターフェース通信を管理したりします。

クライアントアプリケーションがアプリケーションサーバーに接続できるようにするには,TSOAPConnection,TsocketConnection,TwebConnection または TDCOMConnection などの TCustomRemoteServer の下位オブジェクトを使用します。

関連項目