ANN: HTML Component Library 2.3 released. What's new since 2.2 1. XE6 Support (+FM) 2. Paging/Printing (VCL) 3. Right-to-Left alignment (use CSS direction property) 4. Embedded scrollbars in THtPanel (VCL) 5. SVG (partial) (VCL) Supported elements: SVG, g, path, rectangle, circle, text 6. HtPanel shows hint for any element with title attribute (not only URLs) 7. New CSS Properties: page-break-before, page-break-after, page-break-inseide 8. New value for CSS position: running(..) 9. Attribute selectors now supports ^, $, *, ~ and | prefixes. 10. Faster rendering (+30%) 11. Less memory consumption (-50%) HCL is a suite of 100% native Delphi components and classes allows the use of HTML and CSS in any VCL control It doesn't require any third-party DLL-libraries and programs installed. You can display HTML anywhere just specifying Canvas and output area. It's 100% Unicode even for old delphi versions (D6-D2009). Library supports all basic HTML 4.01 tags and CSS3 prope...