Datasnap.DSHTTP.TDSHTTPServiceComponent.Service

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Service: TDSHTTPService read FService write SetService;

C++

__property TDSHTTPService* Service = {read=FService, write=SetService};

Properties

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

Description

Specifies the type of the service to use.

The Service property specifies the type of HTTP service to use.

See Also