Datasnap.DSClientRest.TDSRestClientChannel.Connected
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestClientChannel | |
Delphi
property Connected: Boolean read GetConnected;
C++
__property bool Connected = {read=GetConnected, nodefault};
Description
Specifies if the client channel is connected to the server.
The Connected property specifies if the client channel is connected to the server and the connection is not stopped.