Maximum recursion depth for parsing.
Source position: fptemplate.pp line 156
var MaxParseDepth: Integer = DefaultParseDepth; |
MaxParseDepth is the maximum recursion depth when parsing templates. If this depth is exceeded, an ETemplateParser exception is raised.
|
Default maximum recursion depth for parsing. |