rvico TRichView Reference | Item Types | Ancestor class for footnotes and endnotes

TCustomRVNoteItemInfo

Properties    Methods

Top  Previous  Next

TCustomRVNoteItemInfo is an ancestor class for footnote and endnote items. Objects of this class must not be created directly, create TRVEndNoteItemInfo (endnote) or TRVFootnoteItemInfo (footnote) instead.

Unit RVNote.

Syntax

TCustomRVNoteItemInfo = class(TRVSeqItemInfo)

(introduced in version 10)

Hierarchy

TObject

TPersistent

TCustomRVItemInfo

TRVNonTextItemInfo

TRVRectItemInfo

TRVLabelItemInfo

TRVSeqItemInfo

Properties

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

Document uses the same TRVStyle component as the main document (where footnote/endnote is inserted).

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

See Also...

Demos:

Demos\Delphi\Editors\Notes
Demos\CBuilder\Editors\Notes


RichView © Sergey Tkachenko