Download HTML Component Library v4.6 for D5-D11 Alexandria

HTML Component Library v4.6 for D5-D11 Alexandria

HTML Component Library v4.6 for D5-D11 Alexandria
HTML Component Library v4.6 Cracked for D5-D11 Alexandria


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


Version 4.6

Core

1. Packages names are now the same for all IDE versions (starting from Delphi 11).
2. Faster parsing and style calculation
3. SAX XML parser class with special text extration mode.
4. THtLabel now allows text change in click events.
5. CSS serialization (modified CSS StyleSheet can be saved back)
6. Direct PDF export on all platforms including Linux (when using Office library)
7. Document sections (custom header, footer, page size and orientation for each section).
8. Support for different page sizes in print preview (each page can have own size)
9. System theme colors support (Windows, OSX), f.e. background: window) with ability to use custom theme color callback.
10. Converting HTML to paged payout SVG (print preview can be viewed from browser)
11. Zoom from Cursor mode in HtPanel/Editor.
12. New TElement.InsertHTML method.
13. CSS outline propety support.
14. CSS focus-within pseudoclass support.
15. CSS marker pseudoclass support.
16. CSS list-style-position property.
17. Added w-resize and h-resize for CSS cursor.
18. THtDocument now can be used from threads (Special parameter in constructor for use separate font collection).
19. Workaround for FMX bug: rectangle and rounded rectangle with large pen width incorrectly drawn on Android.
20. New HtPanel properties: MinScale, MaxScale

Editor

1. Support for style attribute inside MathML elements.
2. New editor option: eoDisableBlockJoinonpaste - do not join pasted blocks with current
3. New editor option: eoPasteTextBlockAsPara - convert text blocks divided by blank lines to para.
4. eoClearPastedFormatting now removes span elements wuthout attributes.
5. New editor method: PasteTextfromClipboard - paste plain text only.

Reports and Scripts

1. Chart now supports style attribute in chart element.
2. Reports library now supports Lazarus (including print preview)
3. Scripter: support for calling chained indexed properties, f.e. Obj[i][k].


Fixed:
1. GDI canvas drawing issues.
2. text-decoration:inherit
3. Issue in RTF import: missed symbols after unicode symbols.
4. Editor body position is changed after using text/background color combo.
5. Spaces after escaped symbols in CSS was not ignored
6. AV in editor after adding table column
7. More than 100 minor issues.


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