FireDAC.Comp.Client.TFDCustomManager.LoadConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadConnectionDefFile;

C++

void __fastcall LoadConnectionDefFile();

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

Samples