Datasnap.DSHTTP.TDSHTTPService.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read IsActive write SetActive default False;

C++

__property bool Active = {read=IsActive, write=SetActive, default=0};

Properties

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

Description

Set to True to start the service.

Set the Active property to True to start the service, and to False to stop the service.

See Also