JCL Help:TJclPeNameSearchNotifyEvent

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Event which is fired immediately before a new image is searched.


Pascal

 TJclPeNameSearchNotifyEvent = procedure (Sender: TObject; PeImage: TJclPeImage; var Process: Boolean) of object;


Parameters

Parameters Description
Sender Reference to the TJclPeNameSearch instance for which the event is fired.
PeImage Reference to a TJclPeImage instance which is used to perform the search.
Process Determines whether or not to process the image file. If you set Process to False the image is skipped, if you set it to True the image is searched.


Description

Event exposed by the TJclPeNameSearch class which is fired each time the search continues it search in a new image. The event is fired immediately before the image is searched and you can use it, for example, to display user progress information or to exclude certain images from being searched.


About

Unit

JclPeImage


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