JCL Help:TJclPeImportLibItem.TotalResolveCheck

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Specifies whether all imported functions in this import directory could be resolved.


Pascal

 public property TotalResolveCheck: TJclPeResolveCheck;


Description

Specifies whether all imported functions in this import directory could be resolved. If as little as one function could not be resolved, the property returns icUnresolved. This property starts out with the icNotChecked value indicating that resolvement wasn't checked yet. You have the explicitly request function resolving through the CheckImports method of the TJclPeImportList class.


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