Table of Contents

THtmlEntities Record

Contains a list of HTML entities and their values

Syntax

Unit: FlexCel.Core

THtmlEntities = record;

Methods

Name Description
TryNameToCode Converts an Html entity like "amp" into the unicode code for the character. The input string can also be a # code, in decimal or hexadecimal. (for example &#64).
GetTag Returns the identifier of a tag.
EncodeAsHtml Overloaded
EncodeAsHtml(string, THtmlVersion, TEncoding)
EncodeAsHtml(string, THtmlVersion, TEncoding, TEnterStyle)

Properties

Name Description
MaxNameLength Returns the maximum length for a name. This includes decimal entities, that can have up to 7 numbers.