JCL Help:TJclPeImage.ImageSectionCount

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the number of sections in the PE image.


Pascal

 public property ImageSectionCount: Integer;


Description

The ImageSectionCount property returns the number of sections in the loaded PE image file. The returned Count minus one, is the highest valid index into the ImageSectionHeader and ImageSectionNames properties.


See Also

ImageSectionNames ImageSectionHeaders


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