Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

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.