Datasnap.DSClientRest.TDSRestCallbackLoop.Stopped

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stopped: Boolean read GetStopped;

C++

__property bool Stopped = {read=GetStopped, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Description

Specifies whether the DataSnap REST callback loop is stopped or not.

The Stopped property specifies whether the DataSnap REST callback is stopped or not.

See Also