Unit 'fpTemplate' Package
[Overview][Constants][Types][Classes][Variables][Index] [#fcl]

TTemplateParser.ParseFiles

Parse a file and substitute variables.

Declaration

Source position: fptemplate.pp line 81

public procedure TTemplateParser.ParseFiles(

  const Src: string;

  const Dest: string

);

Arguments

Src

  

The file to parse.

Dest

  

The file to write the parsed content to.

Description

ParseFiles will read the content of file Src, substitute all template variables with their values and write the result to file Dest.

See also

ParseString

ParseStream

ParseStrings


Documentation generated on: Aug 28 2026 Report a problem on this page