Parse a stringlist and substitute variables.
Source position: fptemplate.pp line 88
public procedure TTemplateParser.ParseStrings( |
Src: TStrings; |
Dest: TStrings |
); |
Src |
|
The stringlist to parse. |
Dest |
|
The stringlist to add the parsed strings to. |
ParseStrings will read the strings from the stringlist Src, substitute all template variables with their values and add the resulting strings to the stringlist Dest.
ParseString |
ParseStream |
ParseFiles |