TLiteral

TLiteral displays a static text on a Web page. TLiteral is similar to the TLabel control, except that the TLiteral * control does not allow child controls and has no style properties, such as BackColor, Font, etc.

The text displayed by TLiteral can be programmatically controlled by setting the Text property. The text displayed may be HTML-encoded if the Encode is true (the default value is false).

Be aware, if Encode is false, make sure Text does not contain unwanted characters that may bring security vulnerabilities.