|
|
|
| auAutoUpgrader component.
|
| property VersionDate: String;
|
| The VersionDate property specifies the release date of current version of your application. This value can be always set automatically at design-time if VersionDateAutoSet property is True.
|
|
|
| The value of VersionDate property must have following format:
|
| MM/DD/YYYY (for example, 02/24/2000, that is 24 February 2000). (This is standard US short date style, little bit inconvenient for Europeans though<g>)
|
|
|
| VersionControl, VersionDateAutoSet and VersionNumber properties.
|