JVCL Help:TJvHTMLElement

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvHTMLElement
run\JvMarkupCommon.pas


Summary

Represents text metrics and font settings for markup in an HTML-enabled control.

run\JvMarkupCommon.pas


Pascal

 run\JvMarkupCommon.pas
 TJvHTMLElement = class(TObject);


Description

TJvHTMLElement is a TObject descendant that represents HTML tags or rendering elements for HTML markup found in the content for controls like TJvMarkupViewer and TJvMarkupLabel.
TJvHTMLElement is the type used for items maintained in the TJvHTMLElementStack container.
Application do not normally create or use TJvHTMLElement or TJvHTMLElementStack instances; they are created and maintained internally during parsing and rendering of TJvMarkupViewer and TJvMarkupLabel controls.
TJvHTMLElement provides properties to identify the Text metrics and Font settings required for HTML markup found in an HTML-enabled control. TJvHTMLElement also provides ethods to ensure that rendered content fits within the drawing area for the Canvas used in the HTML-enabled control.

run\JvMarkupCommon.pas


See Also

TJvHTMLElementStack, TJvMarkupViewer, TJvMarkupLabel

run\JvMarkupCommon.pas


About

Navigation

run\JvMarkupCommon.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page