API:Datasnap.DSClientRest.TDSRestConnection.UrlPath

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property UrlPath;

C++

__property UrlPath = {default=0};

Description

Specifies the URL path for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.UrlPath inherits from Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath.

Specifies the URL path for the REST connection.

The UrlPath property specifies the URL (Uniform Resource Locator) path for the DataSnap REST connection component. For example, UrlPath can be '/mypath'.

See Also