Frees the template parser instance.
Source position: fptemplate.pp line 81
public destructor TTemplateParser.Destroy; override; |
Destroy cleans up the TTemplateParser instance and frees any memory allocated by it. In particular, it will free the list of values.
Create |