piVersionBuild - cVersionInfo
Retrieves the "build" part of the build number
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piVersionBuild
| Access Type | Syntax |
|---|---|
| Read Access: | Get piVersionBuild to IntegerVariable |
| Write Access: | Set piVersionBuild to IntegerVariable/Value |
Description
The piVersionBuild property retrieves the "build" 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