FireDAC.Comp.Client.TFDCustomManager.LoadConnectionDefFile
Delphi
procedure LoadConnectionDefFile;
C++
void __fastcall LoadConnectionDefFile();
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomManager |
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