DIHtmlLabel is a fast, lightweight replacement for Delphi's TLabel that handles HTML-formatted text, clickable text links and dynamic content.As a replacement for TLabel, it is easy to input text, even formatted text with links. Simply use theCaption property, just as you usually do with TLabel. To input formatted text and links, you must use the common HTML tags and character entities.The formatting tags are <B> for bold, <I> for italic, <U> for underlined text. Action tags are <A href=YourLink> for clickable links and <DYNAMIC id=YourID> for dynamically updated sections like the current date / time or status messages.The TDIHtmlLabel component is fully Unicode compatible and can dispaly international characters like Cyrillic and Greek using common HTML entities: &alpha;&beta;&gamma;&delta; = αβγδ. |