Converts a version quad to string representation
Source position: fileinfo.pp line 117
function VersionQuadToStr( |
const Quad: TVersionQuad |
):string; |
Quad |
|
Version quad to convert to string |
String representation of the version quad
VersionQuadToStr converts a TVersionQuad to a string in the format "major.minor.revision.build".
|
Array type for storing four-part version numbers |
|
|
Converts a string to a version quad |
|
|
Converts a program version record to string representation |