IApplicationVersion.Major

Syntax

Major: Integer;

Description

The Major property returns the number of major build version.

Comments

If the version number is 10.2.10073, Major = 2.

Example

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

See also:

IApplicationVersion