Data.DB.TCustomConnection.GetConnected
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TCustomConnection | |
Delphi
function GetConnected: Boolean; virtual;
C++
virtual bool __fastcall GetConnected();
Description
Returns the value of the Connected property.
GetConnected is the protected read implementation of the Connected property. Descendent classes override this method to return true if a connection is open and false otherwise. As defined in TCustomConnection, GetConnected always returns false.