Datasnap.DSClientRest.TDSRestCallbackLoop.Stopped

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCallbackLoop

Delphi

property Stopped: Boolean read GetStopped;

C++

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


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