Indy 9
|
procedure CommaSeparatedToStringList(AList: TStrings; const Value: string);
AList is cleared prior to adding values in the procedure.
Value is a comma-delimited list of values to loaded in the TStringList. Value can contain items that include the comma separator by using double quotation marks to enclosed the item. For example:
'Item One, "Item Two, with comma", Item Three'