|
<< Click to display table of contents >> New after version 24 |
A new type of object for storing with document: TRVSVGPathsDocObject and functions for managing it.
This object contains a collection of named Scalable Vector Graphics (SVG) paths. It is not used in TRichView itself, but used in ReportWorkshop.
New method: TRVTableItemInfo.MoveCols: moving columns (can be undone by the user)
New option for TRichViewEdit.SearchText: rvseoFromStart.
Previously, the components supported copying images only in bitmap format, and pasting images in bitmap and metafile formats. In this update, clipboard image support has been extended.
Copying:
▪[VCL and Lazarus] supports copying not only bitmaps, but any graphic formats whose classes implement clipboard copying (most standard classes copy as bitmap);
▪additionally, images are copied in formats named after their MIME types (for example, "image/gif"); PNG images are also copied in the "PNG" format.
Pasting:
▪in addition to CF_BITMAP and CF_METAFILE formats, formats named after graphic MIME types are supported, as well as the "PNG" format (the latter is included because it is used by browsers). New method PasteGraphic.