JCL Help:TFileFlags

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 TFileFlags = set of TFileFlag;


Description

  • ffDebug Included if the file contains debugging information or is compiled with debugging features enabled.
  • ffInfoInferred The file's version structure was created dynamically; therefore, some of the properties may be empty or incorrect. This flag should never be set in a file's VS_VERSIONINFO data.
  • ffPatched The file has been modified and is not identical to the original shipping file of the same version number.
  • ffPreRelease The file is a development version, not a commercially released product.
  • ffPrivateBuild The file was not built using standard release procedures.
  • ffSpecialBuild The file was built by the original company using standard release procedures but is a variation of the normal file of the same version number.


See Also

TJclFileVersionInfo


About

Unit

JclFileUtils


Donator

Marcel van Brakel


Platforms

Windows


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page