ANN: HTML Component Library
ANN: HTML Component Library
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 HTML4 tags and CSS3 properties, including animation, box-shadows, opacity
HCL contains a number of ready-to-use visual components like THtLabel, THtPanel, THtListBox, THtBalloonHint, THtRadioButton, THtStatusBar, THtTabSet...
More information and compiled demo at
http://delphihtmlcomponents.com
Alexander Sviridenkov
http://delphihtmlcomponents.com
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 HTML4 tags and CSS3 properties, including animation, box-shadows, opacity
HCL contains a number of ready-to-use visual components like THtLabel, THtPanel, THtListBox, THtBalloonHint, THtRadioButton, THtStatusBar, THtTabSet...
More information and compiled demo at
http://delphihtmlcomponents.com
Alexander Sviridenkov
http://delphihtmlcomponents.com
Keep us posted. I will be very interested in purchasing this component if it works well.
ReplyDeleteAlexander's HCL is very promising and I just bought a license! And it's good to know you are working on an editor, but I suggest you first to make the view-only controls good, for example, maybe a control like the G+ navigation bar on the left?
ReplyDeleteEdwin, controls like navigation bar can be created simply using HtPanel, for example see Metro UI page in demo app on site
ReplyDelete