[Overview][Types][Classes][Procedures and functions][Variables][Index] |
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. |
String with the contents from the specified memory block formatted as hexadecimal characters.
Version 4.0 | Generated 2025-05-03 | Home |