Datasnap.DSHTTP.TDSHTTPContextIndy.Connected

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also