TCustomRVNoteItemInfo, TRVFootOrEndnoteItemInfo

Properties   Methods

<< Click to display table of contents >>

TCustomRVNoteItemInfo, TRVFootOrEndnoteItemInfo

Properties   Methods

TCustomRVNoteItemInfo is an ancestor class for footnote, endnote, sidenote and text box items.

Objects of this class must not be created directly, create objects of the following inherited classes:

TRVFootnoteItemInfo;

TRVEndnoteItemInfo;

TRVSidenoteItemInfo;

TRVTextBoxItemInfo.

Unit RVNote.

Syntax

TCustomRVNoteItemInfo = class(TRVSeqItemInfo)

TRVFootOrEndnoteItemInfo = class(TCustomRVNoteItemInfo)

(introduced in version 10 and 15)

Hierarchy

TObject

TPersistent

TCustomRVItemInfo

TRVNonTextItemInfo

TRVRectItemInfo

TRVLabelItemInfo

TRVSeqItemInfo

Properties

This class introduces Document property footnote/endnote/sidenote/textbox text. This text is not displayed in TCustomRichView, but it is displayed on printing and in ScaleRichView.

Document uses the same TRVStyle component as the main document (where a note is inserted).

You can use ReplaceDocumentEd method to change Document as an editing operation.

See Also...

Demos:

Demos\*\Editors\Notes