Quantcast
Channel: Torry's Delphi Pages News: Components
Viewing all articles
Browse latest Browse all 1736

HTML Component Library v.1 added

$
0
0
HCL is a suite of 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.

    Doc:=THtDocument.Create;
    try
    Doc.Parse(HTML);
    Doc.Draw(Canvas, Rect);
    finally Doc.Free
    end;

Library supports all basic HTML 4.01 tags and CSS3 properties, including animation, box-shadows, opacity

HCL contains a number of ready-to-use visual components like THtLabel, THtListBox, THtBalloonHint, THtRadioButton...

Product License: C
Source: On purchase/registration
File Status: Demo only

Compatible with: D2005 D2009 D2010 D7 DXE DXE2 DXE3 DXE64


Viewing all articles
Browse latest Browse all 1736

Trending Articles