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

TTemplateParser.ParseStrings

Parse a stringlist and substitute variables.

Declaration

Source position: fptemplate.pp line 88

public procedure TTemplateParser.ParseStrings(

  Src: TStrings;

  Dest: TStrings

);

Arguments

Src

  

The stringlist to parse.

Dest

  

The stringlist to add the parsed strings to.

Description

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.

See also

ParseString

ParseStream

ParseFiles


Documentation generated on: Dec 15 2025