JCL Help:TJclPePackageInfo.Contains

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a list containing the names of all units contained in the package.


Pascal

 public property Contains: TStrings;


Description

Returns a list containing the names of all units contained in the package. Note that the returned TStrings instance remains owned by the class so you should never free it. The list sorting is controlled by the Sorted property.


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