Parses an input string into a list of strings separated by the delimiters
Note |
---|
If the input string is blank, this function returns an empy TStringList |
Namespace: FMX.RS.SVGUtils
Delphi |
procedure ParseStringList( Strs: TStrings; S: String; Delimiters: String = ' ' ); overload; |
Parameters
Strs
Type: TStrings
S
Type: String
Delimiters
Type: String