
Adds support for Embarcadero RAD Studio 11 along with new split mechanism for dynamic table cells.
Features
- Added support for Embarcadero RAD Studio 11.
- Added new object TfrxPDFView which allows you to view PDFs inside reports via the Pdfium library.
- Added protocol support for loading object data from external sources (http, https and transports) for PDFView, HTMLView, MemoView, PictureView and Maps.
- Added new transport authorization for OAuth 2.0 with default system browser.
- Added split mechanism for dynamic table cells (data and internal objects).
- Added support for Detail reports to Client-Server components.
- Added non-default property highlights in report designer object inspector.
- Added new search and replace in report designer (search in script, object names, string properties and content).
- Added Favorites tab in report designer object inspector.
- Added logging for digital signature process in PDF export.
- Added new Plessey linear barcode support.
- Added GIF support in TfrxPictureView (animation isn't supported).
- Added event to build a dynamic table from code.
- Added processing of DataSet.OnGetText events for TWideStringField to use set dsoStringAsDisplayText flag in TfrxDBDataset.DataSetOptions.
- Added script RTTI to load data to TfrxHTMLView.
- Added script RTTI for frxDigitalSignatureView.
- [Lazarus] Added support for HTML tags in PDF export.
- Added the ability to control spans from a script when building dynamic tables.
- Improved Client-Server demos for CGI and ISAPI.
- [Lazarus] Added EmbedDesigner demo.