Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath
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' などが設定されます。