TCustomRichViewEdit.ForceFieldHighlight

<< Click to display table of contents >>

TCustomRichViewEdit.ForceFieldHighlight

Allows highlighting label items (including numbered sequences, footnotes, endnotes, sidenotes) even when the editor is not focused.

property ForceFieldHighlight: Boolean;

(Introduced in version 15)

The editor can highlight label items with Style.FieldHighlightColor.

There are three modes possible, depending on Style.FieldHighlightType: all labels are highlighted, a current label is highlighted, nothing is highlighted.

This property affects the mode when the current (at the caret position) item is highlighted. If False, it is highlighted only if the editor has the input focus. If True, it is highlighted even in unfocused editors.

This property is useful if you implement editing properties of these items using controls on the same form. It allows to highlight the edited item.