JCL Help:TJclPeExportFuncList.ItemFromName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides, name based, indexed access to the list of exported functions.


Pascal

 public property ItemFromName [const Name: string]: TJclPeExportFuncItem;


Description

Provides indexed access to the list of exported functions where the index is the name by which the function is exported. If a function by the specified name is exported from the image the property returns a reference to a TJclPeExportFuncItem which represents that function. Note that the returned reference remains owned by the class so never free it. If no function is exported by the specified name the property returns nil.


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