Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 1.0.
Creates a version object from the major, minor, build and revision numbers provided.
Syntax
Value := Version.Create(Major: Integer, Minor: Integer [, Build: Integer] [, Revision: Integer])
Parameters
Major
Type: Integer
The major version number.
Minor
Type: Integer
The minor version number.
[Optional] Build
Type: Integer
The build version number.
[Optional] Revision
Type: Integer
The revision version number.
Return Value
Value
Type: Version
The version created from the provided major, minor, build and revision numbers.