Generates a debugger message with the combined values of the specified 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 single string.
| Version 4.4 | Generated 2025-11-08 | Home |