Skip to content

piVersionRelease - cVersionInfo

Retrieves the "release" part of the build number

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piVersionRelease
Access Type Syntax
Read Access: Get piVersionRelease to IntegerVariable
Write Access: Set piVersionRelease to IntegerVariable/Value

Description

The piVersionRelease property retrieves the "release" part of the build number. The version number consists of four discrete values: major, minor, release and build. Typically, the compiler automatically increments the build value, and the other three values are application-specific.

Before retrieving any of the version numbers, ensure that the application actually has version information by checking the pbIncluded property.