JCL Help:FileOfAddr
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: FileOfAddr Function
Search in JCL Help
Search in all projects
Summary
Returns the filename for an address.
Pascal
function FileOfAddr(const Addr: Pointer): string;
Parameters
Parameters | Description |
const Addr: Pointer | The address for which you want to know the source code file. |
Return Value
Name of the source code file in which the specified address is defined.
Description
FileOfAddr returns the name of the source code file given an address.
See Also
FileByLevel ModuleByLevel ProcByLevel LineByLevel MapByLevel ModuleOfAddr ProcOfAddr LineOfAddr MapOfAddr
About
Unit
Donator
Petr Vones
Notes
Usage of this function requires building the module with a detailed map file. Use the Linker tab in the Project Options dialog to enable creation of a map file.
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