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