The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ResolveHTMLEntities


Unit:SDL_htmlsupport
Class:none
Declaration:function ResolveHTMLEntities (InString : string): string;

The function ResolveHTMLEntities replaces all HTML entities in the string InString by the ANSI character codes and returns the resulting string. Valid entities are the Latin-1 (ISO-8859-1) characters and the characters ", <, >, and &. The entities may be either encoded by their names, their decimal, or their hexadecimal representation (see HTMLLat1Entities for details).


Last Update: 2023-Feb-06