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

TVersionFixedInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Language independent part of version information

Declaration

Source position: versiontypes.pp line 49

type TVersionFixedInfo = class

public

  constructor Create;

  property FileVersion: TFileProductVersion; [rw]

  

The file version

  property ProductVersion: TFileProductVersion; [rw]

  

The product version

  property FileFlagsMask: LongWord; [rw]

  

Mask for FileFlags

  property FileFlags: LongWord; [rw]

  

The file flags

  property FileOS: LongWord; [rw]

  

The operating system the file was designed to run on

  property FileType: LongWord; [rw]

  

The type of the file

  property FileSubType: LongWord; [rw]

  

Additional type information

  property FileDate: QWord; [rw]

  

The file creation timestamp.

end;

Inheritance

TVersionFixedInfo

  

Language independent part of version information

|

TObject

Description

This class represents the language independent part of version information, and is always present in a version information resource.

See also

TVersionResource

  

Version information resource type

TVersionResource.FixedInfo

  

Language independent part of version information


Documentation generated on: May 14 2021