FireDAC.Comp.Client.TFDCustomConnection.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

function GetConnected: Boolean; override;

C++

virtual bool __fastcall GetConnected();

Description

Returns the value of the Connected property.

FireDAC.Comp.Client.TFDCustomConnection.GetConnected inherits from Data.DB.TCustomConnection.GetConnected. All content below this line refers to Data.DB.TCustomConnection.GetConnected.

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.

See Also