API:Datasnap.DSClientRest.TDSRestConnection.UrlPath

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

Delphi

property UrlPath: string read FUrlPath write FUrlPath default 0;

C++

__property UrlPath = {default=0};

プロパティ

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

説明

REST 接続の URL パスを示します。

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

REST 接続の URL パスを示します。

UrlPath プロパティは、DataSnap REST 接続コンポーネントの URL(Uniform Resource Locator)のパスを示します。 たとえば、UrlPath には '/mypath' などが設定されます。

関連項目