FireDAC.Comp.Client.TFDCustomManager.SaveConnectionDefFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveConnectionDefFile;

C++

void __fastcall SaveConnectionDefFile(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

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