JCL Help:DebugInfoAvailable

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines if debug info for a module is available.


Pascal

 function DebugInfoAvailable(const Module: HMODULE): Boolean;


Parameters

Parameters Description
const Module: HMODULE Handle of module to check for debug information.


Return Value

If the specified module has debug information the function returns True, otherwise False will be returned.


Description

DebugInfoAvailable checks if the specified module has debug information.


About

Unit

JclDebug


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