JCL Help:TJclPeImage.ImageSectionNames
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeImage.ImageSectionNames Property
[+] TJclPeImage Methods
[+] TJclPeImage Properties
Search in JCL Help
Search in all projects
Summary
Returns the name of a specific section.
Pascal
public property ImageSectionNames [Index: Integer]: string;
Description
The ImageSectionNames array property returns the name of the section indicated by the index. Valid indices are from 0 to ImageSectionCount - 1. Returned names are always 8 characters or shorter. Common names are ".reloc", ".text" and ".data".
See Also
ImageSectionCount 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