[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazLogger' (#lazutils)

dbgMemStream

Generates a message with the hexadecimal-encoded values from the specified memory stream.

Declaration

Source position: LazLoggerIntf.inc line 116

function dbgMemStream(

  MemStream: TCustomMemoryStream;

  Count: Integer

):string; overload;