- SQLiteSpy 1.8.12 – Update to SQLite 3.6.22.
|
|
Table of Contents
DIHtmlLabelDIHtmlLabel 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 the Caption 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 TDIHtmlLabel component is fully Unicode compatible and can display international characters like Cyrillic and Greek using common HTML entities: αβγ = αβγ. Display HTML as UnicodeDisplay of Unicode text is the main new feature of TDIHtmlLabel. This has become possible by applying DIHtmlParser as the underlying HTML parsing engine. TDIHtmlLabel is able to display characters from different languages right next to each other even on Win95 – provided that the font applied supports the required characters glyphs. DIHtmlLabel reads Unicode by converting all standard HTML entities, both named and numeric, to Unicode WideStrings internally. Supported HTML Formatting
Tag recognition in DIHtmlLabel is case insensitive, just like in HTML: Basic Text Formatting
Line and Paragraph Breaks
Special Features
RequirementsDIHtmlLabel includes full source code for the component and demo application. To compile, DIHtmlParser is required for the low level HTML reading and parsing. DIHtmlParser is available as a separate package on this site, so make sure to download it before you recompile the demo application or write your own. products/htmllabel/index.txt · Last modified: 2007/12/21 16:14 (external edit)
|
| Copyright (c) 2000-2010 Ralf Junker – http://www.yunqa.de/delphi/ – Disclaimer – Haftungsausschluss – Impressum |