help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Procedures and functions] Reference for unit 'pwumain' (#powtils_main)

TemplateOut1

Declaration

Source position: pwumain.pas line 145

function TemplateOut1(

  const fname: String;

  const HTMLFilter: Boolean

):errcode;

Notes

Similar to TemplateOut but allows one to filter all less than and greater than characters into their safe html entities from $macrovars. The TemplateOut trims them by default for security, whereas this function with the filter on will safely filter and show them on the screen.

Tips

This function is called TemplateOut1 so that it can be exported as a DLL at some point. There may be an overloaded TemplateOut function without the number 1 attached in Powtils 1.7.x for aesthetics and convenience.

See Also

TemplateOut, TemplateRaw





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505