FireDAC.Stan.Util.FDGetVersionInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FDGetVersionInfo(const AFileName: string; out AProduct, AVersion, AVersionName, ACopyright, AInfo: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDGetVersionInfo(const System::UnicodeString AFileName, /* out */ System::UnicodeString &AProduct, /* out */ System::UnicodeString &AVersion, /* out */ System::UnicodeString &AVersionName, /* out */ System::UnicodeString &ACopyright, /* out */ System::UnicodeString &AInfo);

Eigenschaften

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


Beschreibung

Gibt die einer angegebenen Datei zugeordneten Versionsinformationen zurück.

FDGetVersionInfo gibt die Versionsinformationen für AFileName zurück:

  • AProduct--der Produktname.
  • AVersion--die Produktversion.
  • AVersionName--der Versionsname.
  • ACopyright--die Copyright-Hinweise für AFileName.
  • AInfo--weitere Informationen.

Siehe auch