ANN: WPTools 6.20 - for registered customers and DEMO

    • Offizieller Beitrag

    After a long time of development we can release WPTools 6.20.

    It includes support for Delphi XE2,
    with PRO or Premium You can also build 64bit applications.

    You can download the VCL demo here: https://www.wpcubed.com//download.htm

    V6.20 improves table handling, style handling and also includes enhancements to the API.

    It also solves the problem of cutoff characters when background colors were used. It includes an entirely new setup procedure which was created to reduce the download size of the PRO and Premium editions.

    The new border dialog has been improved to works more intuitively.

    This is the list of the most important changes

    • Offizieller Beitrag

    There is now a new build - V6.21. It includes some interesting new API functions to read and write the contents of fields.

    19.10.2011 - WPTools 6.21
    + CodeLocate can now also accessed in non-visual TWPRTFDataCollection and not just TWPCustomRtfEdit
    + CodeSelect can now also accessed in non-visual TWPRTFDataCollection and not just TWPCustomRtfEdit
    + TWPRTFDataCollection.CodeLocatePair( FormatName : String; var spar, epar : TParagraph; var spos, epos, : Integer ) :Integer;
    - solves problem with integrated Bin64 decoder
    + DeleteField now has optional "Contents" parameter to delete a certain field with contents
    + the text writer now understand the option -softlinebreaks to create a \n at the end of
    every line. In fact all soft line breaks will be handled like the #10 code.
    + CodeLoadSaveEmbeddedText - load or save text in fields, bookmarks, hyperlinks
    + the regular save and load methods (LoadFromFile, SaveToFile) can now access text wrapped by paired objects.
    specify the fieldname in the format string, i.e. "f:name=RTF" to save or load the contents of the field "name".
    + There is an overloaded LoadFromString which expects a WideString as parameter (Delphi 6+)
    - The Setup named the Delphi 2009 files "Delphi 2005" due to a typo. (Delphi 2005 units are not included anymore)
    - fix probable range check error in WPRTEDEFS