Datasnap.DSHTTP.TDSHTTPService.Active

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

property Active: Boolean read IsActive write SetActive default False;

C++

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

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