Unit 'LazLoggerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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.6 Hosted on Source Forge