JCL Help:TJclPeDebugList.Items

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides indexed access to the list of debug directories.


Pascal

 public property Items [Index: Integer]: TImageDebugDirectory;


Description

The Items property provides (zero based) indexed access to the list of debug directories maintained by the class. Each entry in the list describes a single debug directory including it's locations, size and the type of debug information it contains. For details about the contents of the returned TImageDebugDirectory record look up IMAGE_DEBUG_DIRECTORY in the Platform SDK. To learn the number of items in the list read the 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