JCL Help:TJclLocationInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclLocationInfo Record
[+] JclDebug.pas Records
[+] TJclLocationInfo Fields
Search in JCL Help
Search in all projects
Summary
Location info structure.
Pascal
public TJclLocationInfo = record
Address: Pointer;
UnitName: string;
ProcedureName: string;
OffsetFromProcName: Integer;
LineNumber: Integer;
OffsetFromLineNumber: Integer;
SourceName: string;
DebugInfo: TJclDebugInfoSource;
BinaryFileName: string;
end;
Members
Members | Description |
Address: Pointer; | Nearest address of the request. |
UnitName: string; | Name of the Delphi unit the address is located in. |
ProcedureName: string; | Name of the procedure for the address. |
LineNumber: Integer; | Line-number for the address. |
SourceName: string; | Name of the source file for the address. |
DebugInfo: TJclDebugInfoSource; | Other usefull information for the address. See TJclDebugInfoSource for more information. |
Description
TJclLocationInfo is the structure returned in various routines and methods that request location info for a specific address.
See Also
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