Datasnap.DSHTTPWebBroker.TDSHTTPContextWebBroker.Connected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Connected: Boolean; override;

C++

virtual bool __fastcall Connected();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPContextWebBroker

Description

Specifies whether the connection is established.

Datasnap.DSHTTPWebBroker.TDSHTTPContextWebBroker.Connected inherits from Datasnap.DSHTTPCommon.TDSHTTPContext.Connected. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPContext.Connected.

Specifies whether the connection is established.

The Connected method returns True if the connection is established, and False otherwise.

See Also