Parse a stream and substitute variables.
Source position: fptemplate.pp line 87
public function TTemplateParser.ParseStream( |
Src: TStream; |
Dest: TStream |
):Integer; |
Src |
|
The stream to parse. |
Dest |
|
The stream to write the parsed content to. |
Number of bytes written to the destination stream.
ParseStream will read the content of stream Src, substitute all template variables with their values and write the result to stream Dest. The function returns the number of bytes written to the destination stream.
ParseString |
ParseStrings |
ParseFiles |