Parse a string and substitute variables.
Source position: fptemplate.pp line 86
public function TTemplateParser.ParseString( |
const Src: string |
):string; |
Src |
|
The string to parse. |
The parsed string.
ParseString will parse the string Src and substitute all template variables with their values. The resulting string is returned.
ParseStream |
ParseStrings |
ParseFiles |