ANN: HTML Component Library 2.3 released.

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 properties including animations and transitions. Some of HTML5 features are implemented too.
Rendering uses smoothing (anti-aliasing) and hardware acceleration. Parsing and rendering of 50-pages HTML document takes only 60 ms.
Library supports printing and partially supports SVG (in VCL).
Compiled demo available on site.

http://www.delphihtmlcomponents.com/
http://www.delphihtmlcomponents.com

Comments