Version.Minor() Method
Version: Available or changed with runtime version 1.0.
Gets the minor number of the version.
Syntax
MinorVersion := Version.Minor()
Note
This method can be invoked using property access syntax.
Parameters
Version
Type: Version
An instance of the Version data type.
Return Value
MinorVersion
Type: Integer
The minor version number of the version.