TSRichViewEdit.RichViewEdit

<< Click to display table of contents >>

TSRichViewEdit.RichViewEdit

Returns TRichViewEdit component used to render documents.

property RichViewEdit: TRichViewEdit;

This editor is used to render and edit the main part of document.

Other editors are used to render different parts of document:

•RVHeader for page header;

•RVFooter for page footer;

•RVNote for footnotes and endnotes.

The active editor is returned in ActiveEditor property.

See also:

•Document parts in TSRichViewEdit