Datasnap.DSClientRest.TDSRestConnection.UrlPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UrlPath: string read FUrlPath write FUrlPath default 0;

C++

__property UrlPath = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

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

Datasnap.DSClientRest.TDSRestConnection.UrlPath erbt von Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath.

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