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

dbgObjMem

Generates a message with the hexadecimal-encoded memory content for the specified object instance.

Declaration

Source position: LazLoggerIntf.inc line 110

function dbgObjMem(

  AnObject: TObject

):string; overload;

Arguments

AnObject

  

Object instance examined in the routine.

Function result

String with hexadecimal-encoded values for the specified object instance.


Version 4.0 Generated 2025-05-03 Home