Datasnap.DSConnect.TDSProviderConnection.GetConnected
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSConnect.pas Datasnap.DSConnect.hpp
| |
| Unit: Datasnap.DSConnect | |
| Parent: TDSProviderConnection | |
Delphi
function GetConnected: Boolean; override;
C++
virtual bool __fastcall GetConnected();
Description
Returns the value of the Connected property.
GetConnected is the protected read implementation of the Connected property.