Property Product Version/Version Info from ISAPI DLL file/Delphi project (Project1.exe/Project1.dll) i would like to show in IWlabel?
ISAPI Version
|
07-15-2021, 03:08 AM
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.
07-16-2021, 12:39 PM
(07-15-2021, 03:08 AM)Alexandre Machado Wrote: Include this unit in your form (or unit): Easy! Thx |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)