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