Adds a comma-separated list of strings.
Source position: classesh.inc line 1003
| public procedure TStrings.AddCommaText( | 
| const S: string | 
| ); | 
AddCommaText parses S using the same mechanism as when setting TStrings.CommaText but adds the values instead of removing existing values.
AddCommaText also observes the TStrings.StrictDelimiter and TStrings.QuoteChar properties.
| 
 | Adds a separator-delimited list of strings. | |
| 
 | Contents of the list as a comma-separated string. | |
| 
 | Quote character used in DelimitedText. | |
| 
 | Should only the delimiter character be considered a delimiter. |