JVCL Help:TJvCustomRichEdit.WordAttributes
JVCL Help: TJvCustomRichEdit.WordAttributes Property
Search in JVCL Help
Search in all projectsSummary
Describes the rich text characteristics of the selected text in the rich edit control.
Pascal
propertyWordAttributes: TJvTextAttributes;
Description
WordAttributes works the same way as SelAttributes, except if no text is selected, and the cursor position is inside a word, WordAttributes represents the attributes of that word at the cursor position.
WordAttributes is a TJvTextAttributes object, that works the same as the VCL's TTextAttributes object, and introduces some more properties. See TJvTextAttributes for an overview of these new properties.
See Also
TJvCustomRichEdit.DefAttributes, TJvCustomRichEdit.SelAttributes, TJvTextAttributes
About
Notes
WordAttributes is available only at runtime.
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