Datasnap.DSHTTPCommon.TDSHTTPContext.Connected
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPContext |
Delphi
function Connected: Boolean; virtual; abstract;
C++
virtual bool __fastcall Connected() = 0 ;
Description
Specifies whether the connection is established.
The Connected method returns True if the connection is established, and False otherwise.