Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

dbgMemStream (deprecated)

Deprecated. Use dbgMemStream from LazLoggerIntf instead.

Declaration

Source position: lclproc.pas line 200

function dbgMemStream(

  MemStream: TCustomMemoryStream;

  Count: Integer

):string; overload;

Description

Provides a hex dump of an memory stream.

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

Version info

Deprecated in LCL version 3.99 (Apr 2024).

See also

LazLoggerBase.DbgMemStream



CT Web help

CodeTyphon Studio