Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath

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

Delphi

property UrlPath: string read FUrlPath write FUrlPath;

C++

__property System::UnicodeString UrlPath = {read=FUrlPath, write=FUrlPath};

プロパティ

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


説明

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

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

関連項目