How to determine Delphi Application Version

后端 未结 6 913
悲哀的现实
悲哀的现实 2020-12-08 04:31

Want to obtain Delphi Application build number and post into title bar

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 05:20

    From http://www.martinstoeckli.ch/delphi/delphi.html#AppVersion

    With this function you can get the version of a file, which contains a version resource. This way you can display the version number of your application in an information dialog. To include a version resource to your Delphi application, set the "Versioninfo" in the project options.

提交回复
热议问题