Datasnap.DSHTTP.TDSHTTPService.IsActive

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsActive: Boolean; virtual;

C++

virtual bool __fastcall IsActive();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Beschreibung

Gibt True zurück, wenn der Service aktiv ist.

Die IsActive-Methode gibt True zurück, wenn der Service aktiv ist, ansonsten gibt sie False zurück.

Siehe auch