IApplicationVersion.IsRelease

Syntax

IsRelease: Boolean;

IsRelease: boolean;

Description

The IsRelease property returns the information about whether the version is released.

Example

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

See also:

IApplicationVersion