JCL Help:DebugInfoAvailable
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DebugInfoAvailable Function
Search in JCL Help
Search in all projects
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
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