Datasnap.DSClientRest.TDSRestConnection.UrlPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UrlPath: string read FUrlPath write FUrlPath default 0;

C++

__property UrlPath = {default=0};

Properties

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

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