[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Generates a debugger message with the combined values for the specified string arguments.
Source position: LazLoggerIntf.inc line 107
function DbgSJoin( |
const s1: string; |
const s2: string |
):string; |
s1 |
|
String value for the message. |
s2 |
|
String value for the message. |
Message with the values in s1 and s2 combined into a comma-separated string value.
DbgSJoin is used to implement the DbgS routine for enumeration values in a set type.
|
Generates a formatted debugger message with the value(s) for the specified type(s). |
Version 4.0 | Generated 2025-05-03 | Home |