Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 814 Bytes

TPJVersionInfo-FileFlagsMask.md

File metadata and controls

21 lines (12 loc) · 814 Bytes

FileFlagsMask property

Project: Version Information Component

Unit: PJVersionInfo

Class: TPJVersionInfo

Applies to: ~>3.0

property FileFlagsMask: DWORD;

Description

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.