Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.774 Beiträge
 
#1

Retrieving the application’s version string

  Alt 8. Dez 2012, 10:10
If you need to retrieve at runtime your application’s version number, you’re targeting Windows, and you don’t mind just having the major and minor numbers, then SysUtils has a handy GetFileVersion function for the task: function GetAppVersionStr: string; var Rec: LongRec; begin ...

More...
  Mit Zitat antworten Zitat