Parses an input string into a list of strings separated by the delimiters
Namespace: FMX.RS.SVGUtils
Delphi |
procedure ParseStringList( Strs: TStrings; S: String; Delimiters: String = ' ' ); |
Parameters
Strs
Type: TStrings
S
Type: String
Delimiters
Type: String
Reference |