Generates a message with the hexadecimal-encoded content for the specified block of memory and size.
Source position: LazLoggerIntf.inc line 116
function dbgMemRange( |
P: Pointer; |
Count: Integer; |
Width: Integer = 0 |
):string; overload; |
P |
|
Untyped pointer to the byte values examined in the routine. |
Count |
|
Number of bytes from the pointer to include in the message. |
Width |
|
Maximum number of columns to use in the formatted message string. A LineEnd sequence is inserted in the message when Width is exceeded. |
| Version 4.4 | Generated 2025-11-08 | Home |