|
Compatibility issues
| ▪ | TRVPrint.OnPrintComponent event has changed type of Sender parameter (from TRVPrint to TCustomRVPrint). If you use this event in your existing projects, change type of this parameter in your handlers for this event. |
Changes in TRVPrint
Changes in tables
| ▪ | Ability to hide table grid in editor (new option for table Options – rvtoHideGridLines). |
| ▪ | Ability to print table background in white (new option for table PrintOptions – rvtoWhiteBackground). |
| ▪ | New table Options – rvtoCellBelowBorders and rvtoOverlappingCorners. |
| ▪ | Tables with rvtoEditing excluded from Options now ignore commands for cells clearing and style applying. |
| ▪ | Hidden sides of borders can be shown as dotted gray line (if rvtoHideGridLines is not in table Options). Previous versions show grid only for zero-width borders. |
New components
TRVOfficeConverter – allows using Microsoft Office converters
TRVReportHelper – reserved for future use.
HTML export
New options – rvsoImageSizes, rvsoForceNonTextCSS.
RTF export
You can save hyperlinks in RTF, using OnURLNeeded event.
New option for saving RTF files – rvrtfSaveEMFDefault.
RTF import
Horizontal scrolling
new: HScrollPos, HScrollMax, OnHScrolled.
Visual effects and formatting
DB Components
DB components can display RTF and plain text fields.
new: TDBRichViewEdit.FieldFormat allows to edit RTF and text fields
Miscellaneous
| ▪ | New component-editor (click RichView and choose "Settings..." in popup menu) allows to set properties related to updating styles. |
| ▪ | Essential styles can be marked with Standard property. |
| ▪ | Hypertext works automatically in read-only editors (user does not need to press and hold Ctrl ). |
| ▪ | Editor can hide caret in read-only mode (new option in EditorOptions - rvoHideReadOnlyCaret). |
| ▪ | Methods for loading text files understand page-break characters (characters with code $0C). |
| ▪ | Methods for loading text files can be used for Unix text files (with #$0A characters separating lines). |
|