Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UrlPath: string read FUrlPath write FUrlPath;

C++

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

Properties

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

Description

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