JVCL Help:TUnderlineType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TUnderlineType type
Search in JVCL Help
Search in all projectsSummary
Represents kinds of underline types.
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 |
Description
The TUnderlineType type is used to specify whether and how text is underlined in a rich edit control.
See Also
TJvTextAttributes.UnderlineType
About
no pages or subcategories
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