REST.Backend.EMSProvider.TCustomEMSConnectionInfo.BaseURL
Delphi
property BaseURL: string read GetBaseURL;
C++
__property System::UnicodeString BaseURL = {read=GetBaseURL};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
説明
EMS サーバー ファイルへの完全 URL です。
BaseURL の形式は次のとおりです:
URLProtocol://URLHost:URLPort/URLBasePath
URLProtocol(デフォルト値を使用)および URLBasePath は空の可能性があります。