Adds a separator-delimited list of strings.
Source position: classesh.inc line 1002
public procedure TStrings.AddDelimitedText( |
const S: string; |
ADelimiter: char; |
AStrictDelimiter: Boolean |
); overload; |
const S: string |
); overload; |
AddDelimitedText parses S using the same mechanism as when setting TStrings.DelimitedText but adds the values instead of removing existing values. In difference with TStrings.AddCommaText it uses the TStrings.Delimiter character to separate the values.
AddDelimitedText also observes the TStrings.Delimiter, TStrings.StrictDelimiter and TStrings.QuoteChar properties.
|
Adds a comma-separated list of strings. |
|
|
Get or set all strings in the list in a delimited form. |
|
|
Delimiter character used in DelimitedText. |
|
|
Should only the delimiter character be considered a delimiter. |
|
|
Quote character used in DelimitedText. |