HTML Viewer Components for Delphi, Lazarus and C++Builder 11.7 » Developer.Team

HTML Viewer Components for Delphi, Lazarus and C++Builder 11.7

HTML Viewer Components for Delphi, Lazarus and C++Builder 11.7
HTML Viewer Components for Delphi, Lazarus and C++Builder 11.7


The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components:

THtmlViewer * The basic component. * THtmlViewer displays single (non-frame) documents. * It also forms the basis for the other two components.
TFrameViewer * Displays both frame and single HTML documents. * TFrameViewer is oriented more for local file system use.
TFrameBrowser * Also displays frame and single HTML documents. * TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage. * Additional code and/or components are generally required to get data from other sources than the local file system.

These components support most of the HTML 3.2 specifications with many additional popular HTML 4 and 5 enhancements. Many Cascading Style Sheet properties are also supported. For a detailed list and demonstration of features start "FrameDem.exe".

What are the HtmlViewer Components?

The HtmlViewer component set consists of the THtmlViewer, TFrameViewer,
and TFrameBrowser components. All three are HTML document display components:

THtmlViewer
- The basic component.
- THtmlViewer displays single (non-frame) documents.
- It also forms the basis for the other two components.

TFrameViewer (deprecated)
- Displays both frame and single HTML documents.
- TFrameViewer is oriented more for local file system use.

TFrameBrowser
- Also displays frame and single HTML documents.
- TFrameBrower is oriented for use with local file systems and toward Internet
style protocols and URL usage.
- Additional code and/or components are generally required to get data from
other sources than the local file system.

These components support most of the HTML 4.01 specifications
with many additional popular HTML 5 enhancements.
Many Cascading Style Sheet properties are also supported.

Some features:
- Cascading Stylesheets
- Large HTML files
- HTML Frames
- HTML Forms
- HTML Tables
- Bitmap, GIF, JPEG, and PNG Images
- Transparent images
- Image caching
- Left and right floating images
- Image sizing attributes
- Client side image maps
- Background colors and images
- Font sizes, styles, and colors with HTML tags or default settings
- Formatted printing of the HTML document
- Can print multiple pages horizontally
- Print preview
- Text search
- Copy to clipboard
- Subscripts and superscripts
- Unicode, UTF-8 and many single and multi byte character codes supported