JVCL Help:TJvHTMLElement
JVCL Help: TJvHTMLElement Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvHTMLElement
run\JvMarkupCommon.pas
Summary
Represents text metrics and font settings for markup in an HTML-enabled control.
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.
See Also
TJvHTMLElementStack, TJvMarkupViewer, TJvMarkupLabel
About
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