Download HTML Component Library v4.5 for Delphi 11.0 (Win32, VCL/FMX) Cracked

HTML Component Library v4.5 for Delphi 11.0 (Win32, VCL/FMX) Cracked

HTML Component Library v4.5 for Delphi 11.0 (Win32, VCL/FMX) Cracked
HTML Component Library v4.5 for Delphi 11.0 (Win32, VCL/FMX) Cracked


HTML Component Library is a cross-patform and 100% native HTML rendering library for Delphi and Lazarus that brings all the power of HTML/CSS into desktop and mobile Delphi applications.

Unlike other «HTML-like» libraries it is based on powerful HTML/CSS rendering core with full support of HTML 4.1 and CSS 3 (some of HTML 5 tags are also supported). Tables, shadows, transitions, animations, SVG images, tranforms and much more.

No DLL’s, no ActiveX, no third party libraries dependencies, only pure native Delphi code.

Compatibility
Library supports all Delphi versions from ancient Delphi 5 to Delphi 10.3.2 Rio. For Delphi XE4 - Delphi 10.3.2 Rio all FMX platforms are supported - Win32/64, OSX, Android, iOS and Linux.

Linux GUI is supported with FMXLinux library and in Lazarus

Unicode (including Right-to-Left) is supported even for non-unicode Delphi 5 - 2007 using widestrings and TNT Unicode library.

Updates for new Delphi versions are released in one week (max) after Delphi release.

Parts
Library core contains:

HTML parser with full support of HTML standard and ability to handle incorrect markup. It was tested on thousands of real-world emails so missed closed tags and incorrect tag order is not a problem. Also it is currently fastest native HTML parser for Delphi.
XML Parser with XPath support.
CSS parser with CSS 3 support.
DOM classes with JQuery support.
SVG rendering library.
HTTP client with native implementation for Windows and OSX and https support.
HTML rendering core.
Set of rendering canvases (GDI, GDI+, Direct2D, FMX, Android, iOS, OSX, Linux (Lazarus), Meta, Plain Text)
Set of HTML-enabled VCL controls including Label, Panel, ListBox, ComboBox, Tabs, CheckBox, RadioButton, SpeedButton, PopupMenu, ComboListBox, Virtual Tree, CategoryButtons, BalloonHint.
Powerful cross-platform scripting engine
Bundle also contains
Email framework
SQL framework
HTML rendering class is separated from drawing class so you can choose between available drawing classes or write your own. Currently library contains GDI, GDI+ and Direct2D canvases for VCL (All Delphi versions and Lazarus), FMX canvas for FMX Win32/64, iOS, Android and OSX and also native Android, iOS and OSX canvases.

Performance
Library core is heavily optimized and extremely fast. Parsing speed is about 100Mb/s so parsing of typical 100Kb document takes only 1ms. Style and layout calculations takes additional 20ms for 100Kb document.

Using of native canvas on Android provides smooth scrolling and zoom similar to native Android applications (much better than FMX controls) and correct text rendering with full RTL support, kerning pairs and baseline alignment.

How to use
Drop THtPanel on form and set it’s HTML property. That’s all you have to do to get HTML viewer with automatic scrollbars, build-in zoom support (Ctrl+Wheel or zoom gesture), gestures support for both VCL and FMX, picture loading (from file or internet) with BMP, JPEG, PNG, ICO and GIF support, hints (HTML title attribute) animations and transitons (for elements with :hover or :active styles).

To simply draw HTML on Canvas write

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


Why do I need it?
VCL and FMX contains a lot of powerful controls with many features. But what if you need something non-standard, for example put an image into listbox item?

Of course writing OnDraw event handler and using canvas methods is a simplest way... as long as image is not placed inside the text and text not contains several lines and some formatting. With HTML enabled list box you can just add Some text with formatting and image

How many lines of code is neccesary to draw simple rounded rectangle with shadow and gradient? Or tiled background image Or symbol table Changing HTML property could turn simple Panel into this


New in 4.5

RAD Studio 11 Alexandria support.
New THtMarkdownPanel component for displaying Markdown documents.
Improved Markdown support (tables, links, etc.)
Improved rendering or large SVG images
Improved Flex support.
Improved handling of incorrect markup (tag order).
Added THtPanel.onshowResizeHint event.
Added THtDocument.EmbedAllImages method for embedding images into document.
Added THtPanel.Script property for storing common scripts.
Added PrintScale parameter to Print method for scaling pages.
Added SplitBlocktoRoot method for splitting nested blocks (f.e. citation in emails).
Support for disabled attribute in inputs.
Added HighlightCheckedNodes property in THtVirtualXMLTree.
Improved scrolling of page with many input controls.
Added PNG encoding of pasted images for FMX.
New Editor event OnSurrogatePair. This event is called on second (low surrogate) char and when it returns true, default char processing is skipped.
SVG: added support for preserveAspectRatio with values none, meet and slice.
Faster rendering of large break-all blocks.
Support for type="number" in inputs.
Added Remove method to JQuery.
Addes support for attr!=value selector
Added support for summary and details elements.
DOCX to HTML conversion is now supported in Delphi 5 - 7.

Fixed in 4.5

Activating editor context toolbar makes editor black.
Incorrect shadow rendering
Mouse handling in SVG elements.
Text color is not applied to links.
AV in FastReport component.
Flow index out of range error.
Handling of relative image paths (../)
Rendering of def elements.
Access to record fields in script.
PDF export on Android.
Text shadow in FMX.
List index out of bound when drawing table.
Passing char parameters to script functions.
Tabstop was enabled for embedded scrollbars.
Incorrect caret position when clicking at left of text.
Automatic list numbering.
Various DPI issues.
Incorerct table width in some cases.
Select control get out of sync when scrolling document.
nbsp is encoded in numeric format.
Incorrect list mark position when using padding for list item.
Incorrect positon of SVG inside flex container.
Handling of line breaks inside textarea.
Spellchecking now allows apostrophes and numbers inside word
Triple click for selecting para.
Emoji input on iOS.
Some fonts (like Futura) was not visible in GDI, GDI+ canvaces.
DX canvas not work on Windows Server 2008 before R2.
Font size set in vw units is not updated on resiz.
@page is not handled when located inside @media print section.
Line-through is not printed in PDF.
EOutOfResources when printing lagrge block with shadow.
Incorrect scrollbars position in block with paddings
Support of custom fonts in GDI+
Nested CSS counters not work as expected.
Pasting of some bitmaps (f.e. created by Windows Snipping Tool) failed.
Ligatures do not works in DX canvas.
Embedded SVG+XML image causes AV.
Table add combo shows blank drop down.


Only for V.I.P
Warning! You are not allowed to view this text.