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

DbgSJoin

Generates a debugger message with the combined values of the specified arguments.

Declaration

Source position: LazLoggerIntf.inc line 107

function DbgSJoin(

  const s1: string;

  const s2: string

):string;

Arguments

s1

  

String value for the message.

s2

  

String value for the message.

Function result

Message with the values in s1 and s2 combined into a single string.


Version 4.0 Generated 2025-05-03 Home