[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 136
procedure OutF_FI( |
const s: String; |
const HTMLFilter: Boolean |
); |
Malicious injection attempts such as less than and greater than signs are filtered using html entities rather than trimmed if filter HTMLFilter is on.
Usually, you will want to use the OutFF function instead, since it automatically sets the html filter on without you having to specify the boolean.