Parse a file and substitute variables.
Source position: fptemplate.pp line 89
public procedure TTemplateParser.ParseFiles( |
const Src: string; |
const Dest: string |
); |
Src |
|
The file to parse. |
Dest |
|
The file to write the parsed content to. |
ParseFiles will read the content of file Src, substitute all template variables with their values and write the result to file Dest.
ParseString |
ParseStream |
ParseStrings |