Unit 'FileInfo' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TProgramVersion

Record type for storing four-part version numbers

Declaration

Source position: fileinfo.pp line 98

type TProgramVersion = record

  Major: Word;

  

Major version number

  Minor: Word;

  

Minor version number

  Revision: Word;

  

Revision version number

  Build: Word;

  

Build version number

end;

Description

TProgramVersion is a record with named fields for major, minor, revision, and build numbers. It provides a more readable alternative to TVersionQuad.

See also

TVersionQuad

  

Array type for storing four-part version numbers

CompareProgramVersion

  

Compares two program version records


Documentation generated on: Dec 15 2025