FireDAC.Stan.Util.FDGetBestPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FDGetBestPath(const ASpecifiedFileName, AGlobalFileName, ADefFileName: String): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDGetBestPath(const System::UnicodeString ASpecifiedFileName, const System::UnicodeString AGlobalFileName, const System::UnicodeString ADefFileName);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Beschreibung

Gibt den besten Konfigurationspfad zurück.

FDGetBestPath gibt den Konfigurationspfad für ASpecifiedFileName zurück. Wenn er nicht vorhanden ist, wird der Konfigurationspfad für ADefFileName oder AGlobalFileName zurückgegeben.

Siehe auch