Datasnap.DBClient.TCustomClientDataSet.DSBase

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

Delphi

property DSBase: IDSBase read FDSBase write FDSBase;

C++

__property Datasnap::Dsintf::_di_IDSBase DSBase = {read=FDSBase, write=FDSBase};

プロパティ

種類 可視性 ソース ユニット
property protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

説明

クライアントデータセットが Midas.dll または Midaslib.dcu(Windows)あるいは midas.so(Linux)のクラスと通信するためのインターフェースを指定します。

アプリケーションでは,プロテクトプロパティ DSBase を使用しません。クライアントデータセットは,このインターフェースを内部で使ってデータベース操作を実装します。

関連項目