Pascal Scripting: PackVersionNumbers

Prototype

function PackVersionNumbers(const VersionMS, VersionLS: Cardinal): Int64;

Description

Packs version numbers into a single value.

Always use ComparePackedVersion or SamePackedVersion to compare packed versions.

See also

GetVersionNumbers
PackVersionComponents
UnpackVersionNumbers