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

TTemplateParser.Values

List of values for template variables.

Declaration

Source position: fptemplate.pp line 97

public property TTemplateParser.Values[Key: string] : string
  read GetValue
  write SetValue;

Description

Values is a stringlist that contains key-value pairs. The key is the name of the template variable, and the value is the string to replace the variable with. This property is only used when simple template tags are allowed.

See also

OnGetParam

AllowTagParams


Documentation generated on: Dec 15 2025