Datasnap.Win.SConnect.ITransport.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetConnected: Boolean; stdcall;

C++

virtual bool __stdcall GetConnected() = 0 ;

Description

Returns the value of the Connected property.

GetConnected is the read property implementer for the Connected property.

See Also