Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UrlPath: string read FUrlPath write FUrlPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

Legt den URL-Pfad für die REST-Verbindung fest.

Die Eigenschaft UrlPath legt den URL-Pfad (Uniform Resource Locator) für die DataSnap-REST-Verbindungskomponente fest. Zum Beispiel kann UrlPath '/mypath' sein.

Siehe auch