JCL Help:TJclPeImportLibItem
JCL Help: TJclPeImportLibItem Class
Search in JCL Help
Search in all projectsClass Hierarchy
TJclPeImageBaseList
|
TJclPeImportLibItem
Summary
Abstraction of an import descriptor.
Pascal
public TJclPeImportLibItem = class(TJclPeImageBaseList);
Description
The import section of an image file consists of a variable number of entries named import descriptors. Each individual import descriptor is basically a table that describes the imports from one specific image. The TJclPeImportLibItem is a class which abstracts such an import descriptor and provides properties to read the information contained within it, most importantly the functions imported from the image. You'll normally won't create an instance of this class but instead retrieve a reference to it through the Items property of the TJclPeImportList class. Note that there can, and often will, exist multiple TJclPeImportLibItem entries for one image.
About
Unit
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