JCL Help:TJclPePackageInfo.ContainsFlags

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Flags associated with a particular contained unit.


Pascal

 public property ContainsFlags [Index: Integer]: Byte;


Description

The ContainsFlags property provides (zero based) indexed access to the list of flags associated with the list of units contained in the package. This list is parallel to the ContainsNames property; to determine the flags associated with ContainsNames[I] read ContainsFalgs[I]. The valid values are defined in SysUtils

Flag Description
ufMainUnit TODO
ufPackageUnit TODO
ufWeakUnit TODO
ufOrgWeakUnit TODO
ufImplicitUnit TODO


About

Donator

Petr Vones


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