RichViewXML v1.9 - 1.10

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

RichViewXML v1.9 - 1.10

Post by Sergey Tkachenko »

RichViewXML v1.9

http://www.trichview.com/resources/xml/richviewxml.zip

Requires TRichView v13

new: support for saving lengths in twips; on loading, lengths are either converted to RVStyle.Units, or (if RVXML.CanChangeUnits=True), RVStyle.Units are changed to units from XML
new: saving/loading RichView.DocParameters (page and document properties like margins, page format, author, title) and RichView.DocProperties (arbitrary text in a string list) if RVXML.SaveDocParameters/LoadDocParameters = True)
new: saving/loading header and footer (assigned to RVXML.RVHeader/RVFooter); it is especially useful when working with ScaleRichView (RVXML works with TSRichViewEdit's headers and footers automatically)
chg: loading methods do not call RichView.Format any more
chg: RichView.HScrollVisible and VScrollVisible properties are not stored any more

Previous version:
http://www.trichview.com/forums/viewtopic.php?t=3576
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

RichViewXML 1.10

Post by Sergey Tkachenko »

RichViewXML v1.10

RichViewXML is updated for compatibility with Delphi XE2 and TRichView 13.4.

The main modifications are related to a changed type of item tags (they were changed from integers/pchars to strings).
Post Reply