Datasnap.Win.SConnect.ITransport.GetConnected
| [–] 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.