[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Provides an hex dump of an memory stream.
Source position: lclproc.pas line 286
function dbgMemStream( |
MemStream: TCustomMemoryStream; |
Count: Integer |
):string; overload; |
Count |
|
The maximum number of bytes to dump. |
The dump starts at the current stream position, the position moves to the end of the dumped range.
lazarus-ccr.sourceforge.net |