FireDAC.Comp.Client.TFDCustomManager.LoadConnectionDefFile
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomManager |
Delphi
procedure LoadConnectionDefFile;
C++
void __fastcall LoadConnectionDefFile();
Description
Loads the file containing the connection definitions.
The LoadConnectionDefFile method explicitly loads the file with connection definitions, specified by ConnectionDefFileName. Use this method if you set ConnectionDefFileAutoLoad to False.
See Also
- FireDAC.Comp.Client.TFDCustomManager.ConnectionDefs
- FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileAutoLoad
- FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileLoaded
- FireDAC.Comp.Client.TFDCustomManager.ConnectionDefFileName