Combines two string values using the specified delimiter character.
Source position: lazstringutils.pas line 88
function MergeWithDelimiter( |
const a: string; |
const b: string; |
Delimiter: char |
):string; |
a |
|
First value merged in the result. |
b |
|
Second value merged after the delimiter. |
Delimiter |
|
Delimiter used to separate values. |
Combined values using the specified delimiter.
The value in Delimiter is omitted from the return value if either A or B is an empty string ('').
| Version 4.4 | Generated 2025-11-08 | Home |