FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileLoaded
[–] 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.