IApplicationVersion.Minor

Syntax

Minor: Integer;

Description

The Minor property returns the number of minor build version.

Comments

If the version number is 7.0.7432, Minor = 7432.

Example

The example of use is given in description of the IApplicationVersion.Build property.

See also:

IApplicationVersion