Datasnap.DSHTTP.TDSHTTPService.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

procedure SetActive(Status: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool Status);

Description

Sets the Active property of the TDSHTTPService instance.

The SetActive method sets the status of the HTTP service according to the value of the Status parameter.

See Also