Datasnap.DSClientRest.TDSRestConnection.Context

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

Delphi

property Context: string read FContext write SetContext stored IsContextStored;

C++

__property Context;

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

説明

REST 接続のコンテキストを示します。

Datasnap.DSClientRest.TDSRestConnection.Context は Datasnap.DSClientRest.TDSCustomRestConnection.Context を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.Context を参照しています。

REST 接続のコンテキストを示します。

Context プロパティは、DataSnap REST 接続コンポーネントのコンテキストを示します。たとえば、Context には 'datasnap/' などが設定されます。

関連項目