<< Click to display table of contents >> TRVStyle.FieldHighlightType |
Specifies when FieldHighlightColor must be used for highlighting labels, numbered sequences, endnotes, footnotes, references to parent footnotes and endnotes.
type
TRVFieldHighlightType =
(rvfhNever, rvfhCurrent, rvfhAlways);
property FieldHighlightType;
(introduced in version 10)
Type |
Meaning |
---|---|
rvfhNever |
Items are never highlighted. |
rvfhCurrent |
Item at the position of the caret is highlighted. Either the editor must have the input focus, or its ForceFieldHighlight property must be True. |
rvfhAlways |
All items are always highlighted. |
If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.
Default value:
rvfhCurrent