New in version 2.0 |
Top Previous Next |
Compatibility issuesIn several methods, the first letter is capitalized. The properties related to margins are renamed. The pattern is "PageLeft •PageLeft •PageTop •PageRight •PageBottom The properties related to page size are renamed. The pattern is "FormatWidth •FormatWidth •FormatHeight Other TSRichViewEdit.PageProperty properties and methods are renamed: •BreakPage •FormatMode •ConvertPageSizeToFormatMode •getPaperSize All properties, methods and events related to table icons (rectangles displayed at the top left corners of tables) are renamed. The pattern is "HintTable properties of TSRichViewEdit: •getHintTableItem •getHintTableRVData •OnHintTableClick properties of TSRVViewProperty: •HintTableTimeDelay •HintTablePopupMenu •HintTableVisible In addition, the following properties of TSRVViewProperty are renamed: •HintPage The following methods and events of TSRichViewEdit are renamed: •calculatePosPages •calculatePosPagesFor •RectPage •getPageMousePos •OnCurParaStyleChange The following properties of TSRVBackgroundProperty are renamed: •PictureType The following changes were made in TSRVToolButton: •AlwaysUp property is removed •AllowAllUp property is added (now the behavior of these buttons is identical to TSpeedButtons) The following properties and methods of TSRVPrint are renamed: •FormatMode •PaperCodeToFormatPaper •UpdatePage The following methods of TSclRVRuler are renamed: getPageProperty setPageProperty The following properties of TSRVPreview are changed: •PageBorderColor •PageBorderWidth •PageShadowColor, PageShadowWidth are removed (as well as "shadows" between frames) •PageBoundsColor •PageBoundsWidth •PageBoundsStyle •BorderColor, BorderWidth, ShadowColor, ShadowWidth are added. The following properties, methods and events of TSRVPageScroll are changed: •WidthBreakPage •HeightBreakPage •ShadowOff •CountPagesCache •LimitCacheUpdate •GetPageNoToXY •OnDrawSelect •OnDrawPageBorder's parameters are changed •UpdateCache is made public •the component highlights the page containing the caret, instead of the first page visible in TSRichViewEdit.
Other changes Unnecessary and non working methods and events were removed (or made private). TSRVFormatMode type is renamed to TSRVPageFormat. TSRVPicture type is renamed to TSRVPicturePosition. Parameters of TSRichViewEdit.OnGetPagePos event are changed. The way how TSRVPrint.UsePhysicalOffsets is processed is changed. NewNew printing modes in TSRVPrint, see PrintMode property. New method TSRichViewEdit.GetItemPages returns pages containing the specified item. New method TSRichViewEdit.DeletePage deletes a page as an editing operation. New version is TSRVToolWindow.Execute simplifies calling window which is invoked with a button. Many small tweaks and fixes. |