Project: Version Information Component
Unit: PJVersionInfo
Class: TPJVersionInfo
Applies to: ~>3.0
property FileFlagsMask: DWORD;
FileFlagsMask is a run time property containing a bitmask that determines which bits of the FileFlags property are valid.
The property's value is specified in the fixed file information part of the VERSIONINFO resource. See the FileFlags topic for details of the available flags.
The value of this this property can also be obtained from the dwFileFlagsMask field of the VS_FIXEDFILEINFO structure, accessed using the FixedFileInfo property.