TCustomRichViewEdit.RemoveCurrentPageBreak

<< Click to display table of contents >>

TCustomRichViewEdit.RemoveCurrentPageBreak

Removes an explicit page break before the paragraph containing the caret.

procedure RemoveCurrentPageBreak;

(Introduced in version 1.2)

The method removes "explicit page break" flag of the first item belonging to the paragraph containing the caret (see PageBreaksBeforeItems), if this flag was set.

Method type: editstyle editing-style.

See also:

InsertPageBreak.

See also properties of RichView:

PageBreaksBeforeItems;

Options (rvoShowPageBreaks).

See also properties of RVStyle:

PageBreakColor.