Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISAPI Version
#1
Property Product Version/Version Info from ISAPI DLL file/Delphi project (Project1.exe/Project1.dll) i would like to show in IWlabel?
Reply
#2
Include this unit in your form (or unit):

IW.Common.AppInfo

Then use it like this:

IWLabel1.Caption := TIWAppInfo.GetAppVersion;

It will give you the version from the resource contained in the binary file of your application nicely formatted as

major.minor.release.build

as usual.
Reply
#3
(07-15-2021, 03:08 AM)Alexandre Machado Wrote: Include this unit in your form (or unit):

IW.Common.AppInfo

Then use it like this:

IWLabel1.Caption := TIWAppInfo.GetAppVersion;

It will give you the version from the resource contained in the binary file of your application nicely formatted as

major.minor.release.build

as usual.

Easy! Thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)