FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileLoaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionDefFileLoaded: Boolean read GetConnectionDefsLoaded;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

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