autoupgrader VersionNumber property
Return to Introduction  Previous page  Next page
Applies to
auAutoUpgrader component.  

Declaration
property VersionNumber: String;  

Description
The VersionNumber property specifies current version number of your application. Use this property to specify the version number (or any text string which identifies current version) if you perform VersionControl byNumber.  
 
tip If VersionControl is byNumber, then after reading the Info-file from the Web, AutoUpgrader will compare #number variable with value in VersionNumber property. If VersionNumber is not equal to value specified in #number variable, AutoUpgrader will try to upgrade your application on user's PC, guessing that newest version already available for download. VersionDate property will be ignored.  

See also
VersionControl and VersionDate properties;  
Info-file example.  
File not found.