Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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.



CT Web help

CodeTyphon Studio