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 (HTML tags) and CSS3 properties (CSS properties) Rendering uses smoothing (anti-aliasing) and hardware acceleration.
Product License: C
Source: On purchase/registration
File Status: Demo only
Compatible with: D2005 D2009 D2010 D7 DXE DXE2 DXE3 DXE64