Datasnap.Win.SConnect.TWebConnection.Transport_GetConnected

From RAD Studio API Documentation
Jump to: navigation, search


[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TWebConnection

Delphi

function Transport_GetConnected: Boolean; stdcall;

C++

bool __stdcall Transport_GetConnected();

Description

Returns the value of the Connected property.

Transport_GetConnected is the read property implementer for the Connected property.

See Also