Datasnap.Win.SConnect.TWebConnection.Transport_GetConnected

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Transport_GetConnected: Boolean; stdcall;

C++

bool __stdcall Transport_GetConnected();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Returns the value of the Connected property.

Transport_GetConnected is the read property implementer for the Connected property.

See Also