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

dbgMemRange

Provides an hex dump of a memory section.

Declaration

Source position: lclproc.pas line 285

function dbgMemRange(

  P: PByte;

  Count: Integer;

  Width: Integer = 0

):string; overload;

Arguments

P

  

The start address.

Count

  

The number of bytes to dump.

Width

  

The number of bytes per line, zero for no line breaks.

Function result

The formatted dump.

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