[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Generates a message with the hexadecimal-encoded values from the specified memory stream.
Source position: LazLoggerIntf.inc line 117
function dbgMemStream( |
MemStream: TCustomMemoryStream; |
Count: Integer |
):string; overload; |
MemStream |
|
TCustomMemoryStream with the content converted in the routine. |
Count |
|
Number of bytes in MemStream to read and convert in the routine. |
String with the contents read from MemStream and formatted as Hexadecimal characters. Contains an empty string if MemStream is unassigned, not derived from TMemoryStream, or Count is not a positive non-zero value.
Reads the content from MemStream and calls DbgMemRange to convert the buffer to hexadecimal.
|
Generates a message with the hexadecimal-encoded content for the specified block of memory and size. |
Version 4.0 | Generated 2025-05-03 | Home |