IApplicationVersion.Major

Syntax

Major: Integer;

Description

The Major property returns the number of major build version.

Comments

If the version number is 7.0.7432, Major = 0.

Example

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

See also:

IApplicationVersion