FireDAC.Comp.Client.TFDCustomManager.SaveConnectionDefFile

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 SaveConnectionDefFile;

C++

void __fastcall SaveConnectionDefFile();

Description

Saves the connection definitions to a file.

The SaveConnectionDefFile method saves all changes of persistent connection definitions in the ConnectionDefs list to the file specified by ConnectionDefFileName.

See Also

Samples