StrToStrList procedure
String / Filename routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
procedure StrToStrList(const SourceStr: String; StrList: TStrings; const StrSeparator: String = #13#10);  

Description
The StrToStrList procedure parses the string specified by SourceStr parameter, separates it by parts, and puts its parts to the string list.