TSRichViewEdit.RVNote

<< Click to display table of contents >>

TSRichViewEdit.RVNote

Returns TRichViewEdit control used to edit notes and text boxes.

property RVNote: TRichViewEdit;

Unlike other similar properties (RVHeader, RVFooter, RichViewEdit), the content of this editor is not persistent after document loading. This TRichViewEdit control is used to edit different footnotes/endnotes (see StartEditNote). The content of this editor is defined only if CurrentNote<>nil.

When this editor is active, it is returned in ActiveEditor property.

Documents of items of the following types can be edited:

•footnotes (TRVFootnoteItemInfo)

•endnotes (TRVEndnoteItemInfo)

•sidenotes (TRVSidenoteItemInfo)

•text box items (TRVTextBoxItemInfo)

See also:

•RVHeader

•RVFooter

•RichViewEdit

•Document parts in TSRichViewEdit

•Footnotes and endnotes