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

DbgWideStr

Generates a debugger message with the specified WideString content.

Declaration

Source position: lazloggerbase.pas line 311

function DbgWideStr(

  const StringWithSpecialChars: widestring

):string; overload;

Arguments

StringWithSpecialChars

  

String with the special characters converted to hexadecimal notation.

Function result

String with the value after special characters are converted to hexadecimal notation.


Version 4.0 Generated 2025-05-03 Home