Datasnap.DSClientRest.TDSCustomRestConnection.UrlPath

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UrlPath: string read FUrlPath write FUrlPath;

C++

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

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