WPTools Bundle Professional Releases
Released: Dec 8, 2024
Updates in v9.3.9.2
Funktionen
- Enhanced the DocX import.
Released: Apr 30, 2024
Updates in v9.3.9.1
Funktionen
- Added TParagraph.InsertNewObjectPair to make it easy to create hyperlinks and fields in low level code.
- Added TWPRichText.UndoSaveState / UndoRestoreState which can be used to encapsulate extensive changes to the text to be able to restore as a whole.
Fehlerkorrekturen
- Fixed many bugs in RTF reading and writing, UNDO support and API.
Released: Feb 29, 2024
Updates in v9.3.9.0
Funktionen
- Enhanced XML support unit (WPXmlInt.pas).
- Enhanced WPT format reader.
- Improved DocX reading and writing.
Released: Nov 17, 2023
Updates in v9.3.8.0
Funktionen
- Added support for Embarcadero Delphi 12 Athens.
- Added UndoSaveState/UndoRestoreState methods to TWPRichText to quickly create a snapshot.
- Added 'wpDisableDirectIMEInEditor' to disable the new code which handles emoji input.
- Improved TWPRTFDataBlock.ApplyConditionals function.
Fehlerkorrekturen
- Fixed problems with borders not being drawn after a row break.
- Many additions and fixes to WPXMLint which implements the XML Interface/Tree.
- Some small fixes for editing and rendering...
Released: Aug 20, 2023
Updates in v9.3.7.1
Funktionen
- Added new 'EditOptionsEx3' 'wpDisableDirectIMEInEditor' which favours pen inpout over multi char emojis.
- RTF Reader now also reads HEX data after \bin.
- RTF Reader can now read and apply character styles with the format option 'ApplyCharStyles'.
Fehlerkorrekturen
- Fix in format routine which caused wrong handling of header table rows in rare cases.
- Fix a possible enless loop in format routine in rare cases with fields.
Released: Jul 28, 2023
Updates in v9.3.7.0
Funktionen
- Improved support for high DPI monitors.
- Improved support for VCL scaling including rendering of icons on the ruler and toolbar component.
- WPReporter now allows the addition of custom string variables to bands. It can also redirect output to a memory stream for specific groups within the template only.
Fehlerkorrekturen
- The issues regarding certain dialogs not scaling properly have been resolved.
Released: Mar 25, 2023
Updates in v9.3.6.4
Funktionen
- Added 'ActiveText.AppendParList' which appends paragraphs from 'TStrist' or 'TStrings.Objects'.
- Added 'TParagraph.MoveChildrenBelow' which moves the children of a paragraph after the current paragraph.
- Improved mail merge.
Fehlerkorrekturen
- Fixed problem with image export to PDF when multiple images were used on the same page
- Made improvements to avoid wrong cursor positions in tables in last row on page.
Released: Jan 29, 2023
Updates in v9.3.6.3
Funktionen
- Added a new VCL Demo for WPTools.
Fehlerkorrekturen
- Range check fix in format routine.
- Fix in HTML writing code.
- Contents in OnMailMergeGetExt let you specify the option string to loaded formatted text: LoadFromatString.
Released: Nov 3, 2022
Updates in v9.3.4
Funktionen
- Improved cursor positioning algorithm.
- Optimized RTF writer.
Fehlerkorrekturen
- Fixed a problem with “Refresh” after a Clear operation.
Released: Oct 14, 2022
Updates in v9.3.3
Funktionen
- Improved PDF/tag creation in combination with wPDF v5.
- Improved WPReporter.
- Overall performance enhancements.