[Overview][Resource strings][Types][Classes][Index] Reference for unit 'versiontypes' (#fcl-res)

TFileProductVersion

File or Product version type

Declaration

Source position: versiontypes.pp line 37

type TFileProductVersion = array [0..3] of Word;

Description

This type is a 4-element array of words that is used to represent a file or product version.

Major version number is stored in the lowest word

Example

Product version 4.2.1.1200 can be represented this way

const
  myver : TFileProductVersion = (4,2,1,1200);

Documentation generated on: May 14 2021