FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileLoaded

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomManager

Delphi

property ConnectionDefFileLoaded: Boolean read GetConnectionDefsLoaded;

C++

__property bool ConnectionDefFileLoaded = {read=GetConnectionDefsLoaded, nodefault};

Description

Checks whether the connection definition file is loaded.

The ConnectionDefFileLoaded property returns True if the connection definition file is loaded and its content is accessible through the ConnectionDefs list.

See Also