REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLBasePath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property URLBasePath: string read FURLBasePath write SetURLBasePath;

C++

__property System::UnicodeString URLBasePath = {read=FURLBasePath, write=SetURLBasePath};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo


Beschreibung

Virtuelles Verzeichnis des EMS-Servers in einer Produktionsumgebung.

Mit URLBasePath zeigen Sie auf die RAD Server Engine (EMS-Server)-Dateien, die in einer Produktionsumgebung gespeichert sind. Der Standardwert von URLBasePath ist /emsserver/emsserver.dll.

Siehe auch