StrTokensToList Function
ImagingUtility

Fills instance of TStrings with tokens from string S where tokens are separated by one of Seps characters.

Pascal
procedure StrTokensToList(const S: string; 
                          Sep: Char; 
                          Tokens: TStrings);
File

ImagingUtility (at line 163)

Related Information
You are here: Symbol Reference > Functions > StrTokensToList Function