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

DbgSJoin

Generates a debugger message with the combined values for the specified string 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 comma-separated string value.

Description

DbgSJoin is used to implement the DbgS routine for enumeration values in a set type.

See also

DbgS

  

Generates a formatted debugger message with the value(s) for the specified type(s).


Version 4.0 Generated 2025-05-03 Home