JCL Help:TJclPeImportList

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclPeImageBaseList
|
TJclPeImportList


Summary

Represents the import section of an image file.


Pascal

 public TJclPeImportList = class(TJclPeImageBaseList);


Description

The TJclPeImportList class represents the import section of an image file. The import section contains a list of import descriptors (represented by the TJclPeImportLibItem class) each of which in turn contain all imports from a specific image file. Therefore the import section can be viewed as a two-level tree structure. For convenience the TJclPeImportList class also allows direct access to the complete list of imported functions, thus bypassing the import directories level.


About

Unit

JclPeImage


Navigation

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