JCL Help:TJclPeBorImage.Create@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates an instance of the TJclPeImage class.


Pascal

 public constructor Create(ANoExceptions: Boolean = False); override;


Parameters

Parameters Description
ANoExceptions: Boolean = False Determines whether certain methods raise exceptions when they encounter a failure. Currently this applies only to setting the FileName property to an invalid filename or calling the AttachLoadedModule method with an invalid parameter.


Description

Creates an instance of the TJclPeImage class. Use the FileName property or AttachLoadedModule method to attach the class to a specific image.


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