JCL Help:TJclPeImportList.AllItems

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides indexed access to all imported functions.


Pascal

 public property AllItems [Index: Integer]: TJclPeImportFuncItem;


Description

Provides (zero-based) indexed access to all imported functions, bypassing the import directories. Note that this list is initially empty and has to be explicitly initialized either by reading the AllItemsCount property (which subsequently returns the number of items in the list) or by setting the FilterModuleName property. In addition, the items in the AllItems list can be filtered by that same FilterModuleName 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