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.
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.

