Data.DbxDatasnap.TDBXDatasnapProperties.URLPath

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Unit: Data.DbxDatasnap
Parent: TDBXDatasnapProperties

Delphi

property URLPath: string read GetURLPath write SetURLPath;

C++

__property System::UnicodeString URLPath = {read=GetURLPath, write=SetURLPath};

Description

Specifies the URL path used for HTTP DataSnap Service when the http protocol is used.

The DatasnapContext property specifies the URL path used for HTTP DataSnap Service when the http protocol is used.

See Also