New in version 1.2

<< Click to display table of contents >>

New in version 1.2

The main additions in version 1.2

▪Borders and Background of Paragraphs;

▪spacing between paragraphs (TParaInfo.SpaceBefore,TParaInfo.SpaceAfter) and ability to move items to the new line inside paragraphs ( Shift + Enter  in editor, also see TRichView.IsFromNewLine, TRichView.IsParaStart, TRichView.SetAddParagraphMode);

▪ability to specify explicit page breaks (TRVStyle.PageBreakColor, TRichView.PageBreaksBeforeItems, TRichView.Options, TRichViewEdit.InsertPageBreak, TRichViewEdit.RemoveCurrentPageBreak);

▪ability to change background color of text under mouse (TFontInfo.HoverBackColor);

▪ability to save and load styles to registry (TRVStyle.LoadReg, TRVStyle.SaveReg, Delphi 4+ is required);

▪ability to search upwards in RichView (TRichView.SearchText);

▪ability to save background in RVF file or stream (optionally) (TRichView.RVFOptions, RVF Overview).

Compatibility issues

▪default search direction in TRichView.SearchText was changed;

▪some keys for saving styles in ini-files were changed (SingleSymbolsN -> FontSingleSymbolsN, VShiftN -> FontVShiftN, NextStyleNoN -> FontNextStyleNoN, AlignmentN -> ParaAlignmentN);

▪components do not use text HoverColor for drawing selected hypertext links any more; you can return old behavior turning on RVUSETEXTHOVERCOLORWITHSELECTED define;

▪removed method TRVStyle.SaveCSSFile (replaced with TRVStyle.SaveCSSToStream);

▪RVF format was changed. RichView v1.2 can read RVF files saved by old versions of RichView, but older versions can not read new RVF files.

New and updated topics (from version 1.1.3 to version 1.2)

New:

▪TFontInfo.HoverBackColor

▪TRVStyle.LoadReg

▪TRVStyle.SaveReg

 

▪TRVRect

▪TRVBooleanRect

▪TRVBorderStyle

 

▪Borders and Background of Paragraphs

 

▪TParaInfo.SpaceBefore

▪TParaInfo.SpaceAfter

▪TParaInfo.Border

▪TParaInfo.Background

 

▪TRVBorder

▪TRVBorder Properties

▪TRVBorder.BorderOffsets

▪TRVBorder.Color

▪TRVBorder.InternalWidth

▪TRVBorder.Style

▪TRVBorder.VisibleBorders

▪TRVBorder.Width

 

▪TRVBackgroundRect

▪TRVBackgroundRect Properties

▪TRVBackgroundRect.BorderOffsets

▪TRVBackgroundRect.Color

 

▪TRichView.IsFromNewLine

▪TRichView.SetAddParagraphMode

 

▪TRVStyle.PageBreakColor

▪TRichView.PageBreaksBeforeItems

▪TRichViewEdit.InsertPageBreak

▪TRichViewEdit.RemoveCurrentPageBreak

 

▪TRVStyle.SaveCSSToStream

▪TRichView.SaveHTMLToStream

▪TRichView.SaveHTMLToStreamEx

Updated (not including topics where only references were corrected):

▪RichView Paragraphs, Building RichView Document

▪Export of RichView contents to HTML, RichView Methods for Saving and Loading, Searching and Replacing,

▪RVF Overview, RVF Specification

▪TRVSearchOption

▪TRichView.SearchText

▪TRichViewEdit.SearchText

▪TRichView.IsParaStart

▪TRichView.Options

▪TRichView.RVFOptions

▪TRichView.SaveHTML

▪TRichView.SaveHTMLEx

▪TRVSaveOption

▪TRichView.SavePicture

Removed:

▪TRVStyle.SaveCSSFile