TRVRuler.RichViewEdit

<< Click to display table of contents >>

TRVRuler.RichViewEdit

Specifies the editor for this ruler.

property RichViewEdit: TCustomRichViewEdit;

The ruler works differently depending on RichViewEdit.Options.

If rvoClientTextWidth is included in RichViewEdit.Options, the ruler assumes that a document width is equal to RichViewEdit.ClientWidth.

If rvoClientTextWidth is excluded from RichViewEdit.Options, when the user resizes a margin, the ruler assigns RichViewEdit.MinTextWidth and MaxTextWidth according to its PageWidth property.