FireDAC.Comp.Client.TFDCustomManager.LoadConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

Samples