versioninfo FileFlags property
Return to Introduction  Previous page  Next page
Applies to
dcVersionInfo component.  

Declaration
property FileFlags: LongInt; // Read only!  

Description
The FileFlags property is a bitmask that contains the attributes of the file.  
 
FileFlags contains information about the file's attributes. This includes whether the file has debug info, is a pre-release version, a private build, a special build, or other file attributes. See the VS_FIXEDFILEINFO topic in the Win32 help for a list of the possible values.  

See also
FileFlagsMask property.  
File not found.