JCL Help:TJclPePackageInfo.ContainsNames

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides indexed access to the list of unit names contained in the package.


Pascal

 public property ContainsNames [Index: Integer]: string;


Description

The ContainsNames property provides (zero based) indexed access to the list of unit names contained in the package. To learn the number of items in the list read the ContainsCount property. To read the flags associated with the contained unit read ContainsFlags property using the same index.


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