Datasnap.DSHTTP.TDSHTTPService.IsActive
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPService |
Delphi
function IsActive: Boolean; virtual;
C++
virtual bool __fastcall IsActive();
Description
Returns True if the service is active.
The IsActive method returns True if the service is active, and False otherwise.