|
NG HTMLPack
Date: 06.09.2015 (© by LMD Innovative, (http://www.lmd.de or http://www.lmdinnovative.com)
Introduction
A set of lightweight controls for HTML display (supporting a subset of HTML tags). Advanced functionality like support of variables, internal controls, DB templates, images etc. is included.System requirements - Compatible with Delphi and C++ Builder 2009 and better including 64bit support for XE2 and higher! The next Delphi/C++Builder release will be supported almost immediately after public availability.
- Supported IDEs:
- Delphi 2009 and better
- C++ Builder 2009and better
- All corresponding Studio Products (CRS 2009, RAD Studio 2010, XE and better)
- Supported operating systems: Win 2000 or better (including Windows 7/8/10)
- Full sourcecode of all controls included. Registered versions include NG util to compile packages on target system.
- Extensive demo projects with sourcecode
- Free updates via Internet
- A Site License covers unlimited number of developers in same organization at one location
- Free technical support via public forum (forum.lmd.de), e-mail, fax or mail;
- Also available as part of NG Complete or LMD VCL Complete.
Component Overview
Tab "NG HTML" |
|
TNGHTMLLabel Represents a label control with simple HTML rendering capabilities (mainly font faces and standard font attributes). However the control uses a very lean and fast internal parser (miniHTML engine). |
|
TNGHTMLPanel Being a TWinControl descendant, TNGHTMLPanel is a better choice for html content with embedded controls than TNGHTMLLabel. |
|
TNGHTMLView Use this control to display large scrollable html text. Like TNGHTMLPanel embedded controls and advanced HTML controls are possible. |
|
TNGHTMLListBox This listbox can display multiline html text in each item. |
|
TNGHTMLHeaderControl Allows to create headers with html text. |
|
TNGHTMLDBLabel DB-aware version of TNGHTMLLabel. Can be used in two modes: usual and as a template. In second case it can display content of several datafields. |
|
TNGHTMLDBView DB-aware version of TNGHTMLView. Like TNGHTMLDBLabel, this control supports template mode.
Can be used to display scrollable html forms that combine both html text, embedded controls, and data from several datafields. |
|
TNGHTMLStorage This component is a storage for your html texts. Allows to create collections of hyperlinked html items without any coding. One item can refer to another by means of tag that references another item by name. |
[Top]
|
|