Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.RootDirectory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootDirectory;

C++

__property RootDirectory;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServiceFileDispatcher

Description

Specifies the path to the root directory.

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.RootDirectory inherits from Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.RootDirectory. All content below this line refers to Datasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcher.RootDirectory.

Specifies the path to the root directory.

The RootDirectory property specifies a string containing the path to the root directory from where files will be dispatched.

Note that TDSHTTPServiceFileDispatcher is used to publish properties for TDSCustomHTTPServiceFileDispatcher.

See Also