JCL Help:TJclPeImage.Status

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the status of the TJclPeImage instance.


Pascal

 public property Status: TJclPeImageStatus;


Description

Read status to determine the state of the TJclPeImage instance. Valid states include not loaded, ok, not a valid PE file and so forth. Depending on the NoExceptions parameter of the constructor, methods of the TJclPeImage may or may not raise exceptions. Therefor unless you check this property it is unknown whether or not the TJclPeImage contains valid data.


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