[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

dbgMemStream

Provides an hex dump of an memory stream.

Declaration

Source position: lclproc.pas line 286

function dbgMemStream(

  MemStream: TCustomMemoryStream;

  Count: Integer

):string; overload;

Arguments

Count

  

The maximum number of bytes to dump.

Errors

The dump starts at the current stream position, the position moves to the end of the dumped range.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.