JCL Help:TJclPeRelocList.Items

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides indexed access to the fixup blocks.


Pascal

 public property Items [Index: Integer]: TJclPeRelocEntry;


Description

The Items property provides (zero-based) indexed access to the fixup blocks. Each entry represents a 4 KB block within the image and contains a list of address fix-ups. To directly access these individual fix-up use the AllItems property. To learn the number of items in the list readthe Count 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