Converts a program version record to string representation
Source position: fileinfo.pp line 118
function ProgramVersionToStr( |
const Version: TProgramVersion |
):string; |
Version |
|
Program version to convert to string |
String representation of the program version
ProgramversionToStr converts a TProgramVersion to a string in the format "major.minor.revision.build".
|
Record type for storing four-part version numbers |
|
|
Converts a string to a program version record |
|
|
Converts a version quad to string representation |