Datasnap.DSClientRest.TDSRestClientChannel.Connected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connected: Boolean read GetConnected;

C++

__property bool Connected = {read=GetConnected, nodefault};

Properties

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


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.