TIEGlobalSettings.ImageEnVersion
Declaration
property ImageEnVersion: TIEVersion;
Description
Returns version information for ImageEn.
ImageEnVersion.IELibVersionStr returns the version of IELib.dll or IEVision.dll that is compatible with this release.
// Display ImageEn version information
Label1.Caption := 'ImageEn Version: ' + IEGlobalSettings().ImageEnVersion.VersionStr;
Label2.Caption := 'Released on: ' + IEGlobalSettings().ImageEnVersion.DateStr;
if not IEVisionAvailable() then
ShowMessage( 'This application requires the ievision.dll plug-in, v' + IEGlobalSettings().ImageEnVersion.IELibVersionStr +'. Please download it from www.imageen.com' );