JVCL Help:TUnderlineType

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents kinds of underline types.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TUnderlineType = (
utNone,
utSolid,
utWord,
utDouble,
utDotted,
utDash,
utDashDot,
utDashDotDot,
utWave,
utThick
);


Members

Members Description
utNone This is the default.
utSolid Solid underlined text.
utWord The rich edit control displays the text with a solid underline.
utDouble The rich edit control displays the text with a solid underline.
utDotted For versions earlier than Rich Edit 3.0, text is displayed with a solid underline.
utDash Dashed underlined text.
utDashDot Dash-dot underlined text.
utDashDotDot Dash-dot-dot underlined text.
utWave Waved underlined text.
utThick Thick underlined text

run\JvRichEdit.pas


Description

The TUnderlineType type is used to specify whether and how text is underlined in a rich edit control.

run\JvRichEdit.pas


See Also

TJvTextAttributes.UnderlineType

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.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