Download HTML Component Library v4.4 for Delphi 10.4 Sydney Cracked (Win32, VCL/FMX)

HTML Component Library v4.4 for Delphi 10.4 Sydney Cracked (Win32, VCL/FMX)

HTML Component Library v4.4 for Delphi 10.4 Sydney Cracked (Win32, VCL/FMX)
HTML Component Library v4.4 for Delphi 10.4 Sydney Cracked (Win32, VCL/FMX)


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.4 Sydney. For Delphi XE4 - Delphi 10.4 Sydney 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.

Conversions
Following format conversions can be performed using the library on all platforms including mobiles and without external dependencies:

Convert HTML to PDF
Convert HTML to plain text
Convert HTML to images (JPEG, PNG, etc.).
Convert HTML to SVG
Convert RTF to HTML, PDF, images, SVG, plain text
Convert MS Word .DOCX to HTML, PDF, Images, SVG, plain text
Convert MS Word .DOC to HTML, PDF, Images, SVG, plain text
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.4

Core

Flex support. Supported properties:
display: flex
flex-direction
justify-content
align-items
align-self
flex-basis
flex-grow
flex-shrink
flex-wrap
flex
CSS letter-spacing support for FMX/Windows canvas.
FontAwesome is upgraded to version 5.6.
CSS only-of-type pseudoclass sypport.
CSS clip-path support.
CSS break-after support.
Custom fonts support for FMX canvas (Windows and Linux).
Special class for registering CSS extensions (f.e hints, fontawesome): TCSSExtension.
Extension is registered using set of key classes which triggers using of this extension when found in document.
Faster shadows in DX and FMX canvaces.
Faster text rendering on FMX/Windows canvas.
Faster elements resize.
Smooth scolling of FMX Panel/Editor.
New global canvas class selector: HtUIDefaultCanvasClass: used by UI controls (Checkbox, Radio, Button, Listbox, etc.). By default is set to GDI.
HTML rendering (THtDocument.Draw) can now be used in threads. Use second parameter in constructor.
Added workaround for bug in VMWare v.16 which leads to blue screen when using DX canvas.
https://communities.vmware.com/t5/VMware-Workstation-Pro/Accelerate-3d-Graphics-causing-VMWare-to-hang-freeze-When/td-p/2314398
Faster rendering on DX canvas.
FMX.HtPanel.ScreenshotMode property for faster UI transitions.
Improved text rendering on GDI canvas.
HtMetafile class for all platforms with ability to save/load from stream/file.
Support for WOFF fonts (when using Office library).
QuirksModeSelector property: force quirks mode or doctype mode for document.

Editor

Improved RTF and DOCX import.
FMX: speedbutton descendants with editor actions - TextStyle, TextCase, Equation, Columns, FormatPainter, Footnote. (fmx.hteditbuttons unit).
Support for pasting EMF/WMF as SVG on all platforms (when using Office library).

Reports/SQL

SQLite support in SQL library.



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