Datasnap.DSHTTP.TDSHTTPService.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(Status: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool Status);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

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