[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 201

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.


Version 3.2 Generated 2024-02-25 Home