Datasnap.DSClientRest.TDSRestConnection.UrlPath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property UrlPath: string read FUrlPath write FUrlPath default 0;

C++

__property UrlPath = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Spécifie le chemin URL de la connexion REST.

Datasnap.DSClientRest.TDSRestConnection.UrlPath hérite de Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath. Tout le contenu en-dessous de cette ligne se réfère à Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath.

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