Data.DbxDatasnap.TDBXDatasnapProperties.URLPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URLPath: string read GetURLPath write SetURLPath;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

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