function HTMLDecode(const AStr: string): string;

 

This function decodes all HTML-encoded elements in the argument string and returns a fully decoded string;

 

Remarks

For instance, passing the string '100 is > 10' will return the string '100 is > 10'