Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property UrlPath: string read FUrlPath write FUrlPath;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Spécifie le chemin URL de la connexion REST.

La propriété UrlPath spécifie le chemin URL (Uniform Resource Locator) du composant connexion DataSnap REST. Par example, UrlPath peut être '/mypath'.

Voir aussi