{"id":597,"date":"2025-10-01T19:02:54","date_gmt":"2025-10-01T19:02:54","guid":{"rendered":"https:\/\/www.trichview.com\/wp\/?p=597"},"modified":"2025-10-01T19:02:55","modified_gmt":"2025-10-01T19:02:55","slug":"trichview-24-rad-studio-13-florence-chat-background","status":"publish","type":"post","link":"https:\/\/www.trichview.com\/wp\/2025\/10\/01\/trichview-24-rad-studio-13-florence-chat-background\/","title":{"rendered":"TRichView 24 &#8211; RAD Studio 13 Florence, chat, background"},"content":{"rendered":"\n<p>We are pleased to announce new releases of TRichView, ScaleRichView, and ReportWorkshop.<\/p>\n\n\n\n<p>All components now support RAD Studio 13 Florence. For TRichView, this is a major update; for the other components, the changes are less substantial, and we will focus on them later this year.<\/p>\n\n\n\n<p>This update is free for users who purchased or renewed the components in 2024 and 2025.<br>A trial version is available here:&nbsp;<a href=\"https:\/\/www.trichview.com\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.trichview.com\/download\/<\/a><\/p>\n\n\n\n<p>In addition to many smaller improvements, the main new features are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a completely redesigned background image display in TRichView and ScaleRichView;<\/li>\n\n\n\n<li>a brand-new cross-platform component for implementing chats.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">TRichView 23 and Embarcadero RAD Studio 13 Florence<\/h2>\n\n\n\n<p>The new version supports Delphi and C++Builder 13 Florence.<br>What does the new RAD Studio release bring to TRichView users?<\/p>\n\n\n\n<p>First,&nbsp;<strong>FMXLinux<\/strong>&nbsp;has returned, and users of the Enterprise and Architect editions can once again use our text editor for creating applications for Linux. (For other users, Lazarus remains an alternative option.)<\/p>\n\n\n\n<p>Second, Delphi 13 includes an improved FireMonkey&nbsp;<strong>spell-checking service<\/strong>. Support for Windows has been added along with a new interface, IFMXSpellCheckerExService, which makes it possible to specify the text language.<\/p>\n\n\n\n<p>For TRichView, this is less significant, since it already includes the <a href=\"https:\/\/www.trichview.com\/help\/idh_class_trvspellchecker.html\" target=\"_blank\" rel=\"noreferrer noopener\">TRVSpellChecker<\/a> component, which provides this functionality and more:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the ability to present the list of available languages (dictionaries) in a user-friendly way,<\/li>\n\n\n\n<li>support for Linux (through Hunspell),<\/li>\n\n\n\n<li>support for VCL and Lazarus,<\/li>\n\n\n\n<li>the ability to detect a misspelled word even when no suggestions exist in the dictionaries.<\/li>\n<\/ul>\n\n\n\n<p>Nevertheless, when TRVSpellChecker is used as a replacement for the standard FireMonkey services, it now also supports the new IFMXSpellCheckerExService interface.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">New Background Properties<\/h2>\n\n\n\n<p>In this update, background image rendering has been completely redesigned.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">All image formats<\/h3>\n\n\n\n<p>First of all, the component is no longer limited to using Windows bitmaps for its background image. It can now use images in any format supported by Delphi. The old TRichView.BackgroundBitmap property has been replaced with&nbsp;<a href=\"https:\/\/www.trichview.com\/help\/idh_trichview_backgroundpicture.html\" target=\"_blank\" rel=\"noreferrer noopener\">BackgroundPicture<\/a>. For VCL and Lazarus, this property is of type TPicture. For FireMonkey, it uses a similar class that emulates TPicture. For ScaleRichView, the analog is TSRichViewEdit.<a href=\"https:\/\/www.trichview.com\/help-scalerichview\/tsrichviewedit_rvbackgroundpicture.htm\">RVBackgroundPicture<\/a>.<br>For tables and table cells, no changes were needed, since they already supported all graphic formats from the beginning.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Position, tiling, sizing<\/h3>\n\n\n\n<p>Next, the way background image positioning and repetition are defined has been completely redesigned.<br>Previously, this was controlled by a single property that listed only the most commonly used positioning options. At that time, there was only one way to stretch an image (non-proportionally to fill the entire window) and only one option to fill the document background rather than the editor window.<br>In the new version, the design is based on properties inspired by HTML and CSS, with the following principles:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>independent specification of background image position and repetition for horizontal and vertical directions;<\/li>\n\n\n\n<li>support for scaling images both proportionally and non-proportionally;<\/li>\n\n\n\n<li>the ability to define sizes and offsets in absolute values or percentages;<\/li>\n\n\n\n<li>the option to attach the background either to the component itself or to the scrollable content area (with all positioning, repetition, and scaling options available for both attachment modes).<\/li>\n<\/ul>\n\n\n\n<p>The new properties are in:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>TRichView.<a href=\"https:\/\/www.trichview.com\/help\/idh_trichview_backgroundproperties.html\">BackgroundProperties<\/a><br>TSRichViewEdit.<a href=\"https:\/\/www.trichview.com\/help-scalerichview\/tsrichviewedit_rvbackgroundproperties.htm\">RVBackgroundProperties<\/a> (ScaleRichView)<\/li>\n\n\n\n<li>Table.<a href=\"https:\/\/www.trichview.com\/help\/idh_trvtableiteminfo_backgroundproperties.html\" target=\"_blank\" rel=\"noreferrer noopener\">BackgroundProperties<\/a><\/li>\n\n\n\n<li>Cell.<a href=\"https:\/\/www.trichview.com\/help\/idh_trvtablecelldata_backgroundproperties.html\" target=\"_blank\" rel=\"noreferrer noopener\">BackgroundProperties<\/a>&nbsp;(to save resources, this property is not created automatically and requires special methods to work with it.)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Editing<\/h3>\n\n\n\n<p>New methods have been added to implement background changes as editing operations, with support for undo and redo.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Compatibility<\/h3>\n\n\n\n<p>We made these changes in a way that preserves compatibility with previous versions.<br>The BackgroundBitmap property still works and allows assigning a Windows bitmap as the background image.<br>The BackgroundStyle property also works and adjusts BackgroundProperties according to its values.<\/p>\n\n\n\n<p>However, background properties are now stored in RVF in a new format. Older versions of TRichView cannot read them (they will be skipped). The new version can read both the old and the new ways of storing background information in RVF.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Additional components<\/h3>\n\n\n\n<p>RichViewActions (commands for building the editor\u2019s user interface) now work with BackgroundPicture instead of BackgroundBitmap, and no longer convert the selected file into a Windows bitmap. However, positioning and repetition properties are still handled in the old way. This will be updated in the next release.<\/p>\n\n\n\n<p>RichViewXML (the component for saving TRichView documents in XML format) also still saves background information using the old method; this will be corrected as well.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">New demo project<\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"712\" src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/background-demo.png\" alt=\"TRichView background image demo\" class=\"wp-image-599\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/background-demo.png 819w, https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/background-demo-300x261.png 300w, https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/background-demo-768x668.png 768w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" \/><\/figure>\n\n\n\n<p>A new demo project has been added in the&nbsp;<strong>Assorted\\Graphics\\Background<\/strong>&nbsp;folder, showcasing the behavior of all the new BackgroundProperties features. Versions are provided for Delphi VCL, Lazarus, and Delphi FireMonkey. The FireMonkey version comes with a mobile-friendly user interface.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">New Chat Component<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Features<\/h3>\n\n\n\n<p>This release introduces a new component,&nbsp;<a href=\"https:\/\/www.trichview.com\/help\/idh_class_trvchat.html\" target=\"_blank\" rel=\"noreferrer noopener\">TRVChat<\/a>, which allows turning TRichView into a chat window. It provides features such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>displaying conversations in a style similar to modern messenger applications (such as Telegram, WhatsApp, Viber);<\/li>\n\n\n\n<li>attaching images and files to messages;<\/li>\n\n\n\n<li>replying to messages, with or without quoting;<\/li>\n\n\n\n<li>editing messages;<\/li>\n\n\n\n<li>deleting messages or marking them as deleted;<\/li>\n\n\n\n<li>displaying message status;<\/li>\n\n\n\n<li>searching text within messages.<\/li>\n<\/ul>\n\n\n\n<p>The component does not handle sending messages over a network. For this, you need additional components (such as <a href=\"http:\/\/www.trichview.com\/features\/rvmedia.html\">RVMedia<\/a>).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Requirements<\/h3>\n\n\n\n<p>TRVChat supports all FireMonkey platforms, VCL, and Lazarus for Windows.<br>Unfortunately, Lazarus for Linux is not yet supported, as its canvas does not provide the necessary methods for filling complex shapes with a background.<\/p>\n\n\n\n<p>For VCL and Lazarus, enabling GDI+ support is highly recommended to ensure the chat window looks visually appealing (implemented for Lazarus and Delphi XE2+). For FireMonkey on Android, it is likewise recommended to enable Skia4Delphi support for the same purpose.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Demo project<\/h3>\n\n\n\n<p>A new demo project,&nbsp;<strong>Assorted\\Chat\\<\/strong>, has been added. Versions are available for Delphi VCL, Lazarus, and Delphi FireMonkey. The FireMonkey version provides a mobile-friendly user interface, while the others are based on context menus.<\/p>\n\n\n\n<p>The functionality of the FireMonkey demo is somewhat reduced: text search in messages is not included, and file attachment on mobile platforms is simplified (only a single file name is requested, without selecting it through the file system).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Screenshots for Android with Skia4Delphi:<\/h3>\n\n\n\t\t\t\t\t<div\n\t\t\t\t\t\tclass=\"wp-block-uagb-image-gallery uagb-block-f545efa4     \"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery spectra-image-gallery__layout--carousel\">\n\t\t\t\t\t\t\t\t<div class=\"uagb-slick-carousel uagb-block-f545efa4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class='spectra-image-gallery__media-wrapper' data-spectra-gallery-image-id='601'>\n\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media spectra-image-gallery__media--carousel\">\n\t\t\t\t<picture>\n\t\t\t\t\t<source media=\"(min-width: 1024px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-reply-and-image-473x1024.jpg\">\n\t\t\t\t\t<source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-reply-and-image-473x1024.jpg\">\n\t\t\t\t\t<img decoding=\"async\" class=\"spectra-image-gallery__media-thumbnail spectra-image-gallery__media-thumbnail--carousel\" src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-reply-and-image-139x300.jpg\" alt=\"TRVChat - Android version of Delphi chat with quote and image\" loading=\"lazy\" \/>\n\t\t\t\t<\/picture>\n\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-blurrer\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption-wrapper spectra-image-gallery__media-thumbnail-caption-wrapper--overlay\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption spectra-image-gallery__media-thumbnail-caption--overlay\">\n\t\t\t\t\tChat: Reply and Image. Toolbar for selected message.\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class='spectra-image-gallery__media-wrapper' data-spectra-gallery-image-id='598'>\n\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media spectra-image-gallery__media--carousel\">\n\t\t\t\t<picture>\n\t\t\t\t\t<source media=\"(min-width: 1024px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-473x1024.jpg\">\n\t\t\t\t\t<source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-473x1024.jpg\">\n\t\t\t\t\t<img decoding=\"async\" class=\"spectra-image-gallery__media-thumbnail spectra-image-gallery__media-thumbnail--carousel\" src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-139x300.jpg\" alt=\"RVChat - Android version of Delphi chat with attached image and audio file\" loading=\"lazy\" \/>\n\t\t\t\t<\/picture>\n\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-blurrer\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption-wrapper spectra-image-gallery__media-thumbnail-caption-wrapper--overlay\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption spectra-image-gallery__media-thumbnail-caption--overlay\">\n\t\t\t\t\tChat: image and attached sound file\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class='spectra-image-gallery__media-wrapper' data-spectra-gallery-image-id='602'>\n\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media spectra-image-gallery__media--carousel\">\n\t\t\t\t<picture>\n\t\t\t\t\t<source media=\"(min-width: 1024px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-conversation-473x1024.jpg\">\n\t\t\t\t\t<source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-conversation-473x1024.jpg\">\n\t\t\t\t\t<img decoding=\"async\" class=\"spectra-image-gallery__media-thumbnail spectra-image-gallery__media-thumbnail--carousel\" src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-conversation-139x300.jpg\" alt=\"TRVChat - Android version of Delphi chat\" loading=\"lazy\" \/>\n\t\t\t\t<\/picture>\n\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-blurrer\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption-wrapper spectra-image-gallery__media-thumbnail-caption-wrapper--overlay\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"spectra-image-gallery__media-thumbnail-caption spectra-image-gallery__media-thumbnail-caption--overlay\">\n\t\t\t\t\tChat: conversation\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class='spectra-image-gallery__control-lightbox' tabindex='0'>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper spectra-image-gallery__control-lightbox--main\" dir=\"\">\n\t\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-reply-and-image.jpg\" alt=\"TRVChat - Android version of Delphi chat with quote and image\"\/>\n\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader swiper-lazy-preloader-white\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file.jpg\" alt=\"RVChat - Android version of Delphi chat with attached image and audio file\"\/>\n\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader swiper-lazy-preloader-white\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-conversation.jpg\" alt=\"TRVChat - Android version of Delphi chat\"\/>\n\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader swiper-lazy-preloader-white\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-button-next\"><\/div>\n\t\t\t\t\t<div class=\"swiper-button-prev\"><\/div>\n\t\t\t\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button class='spectra-image-gallery__control-lightbox--close' aria-label=\"Close\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 320 512\"><path d=\"M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\n\n<h3 class=\"wp-block-heading\">Notes<\/h3>\n\n\n\n<p>TRichView has long included a demo project demonstrating a chat window implemented through custom drawing (<strong>Assorted\\Custom Draw\\Callouts\\<\/strong>). However, the new component offers far greater functionality, makes much more efficient use of system resources, and provides flexible appearance customization.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are pleased to announce new releases of TRichView, ScaleRichView, and ReportWorkshop. All components now support RAD Studio 13 Florence. For TRichView, this is a major update; for the other components, the changes are less substantial, and we will focus on them later this year. This update is free for users who purchased or renewed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":598,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[6],"tags":[],"class_list":["post-597","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-announcement"],"uagb_featured_image_src":{"full":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file.jpg",591,1280,false],"thumbnail":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-150x150.jpg",150,150,true],"medium":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-139x300.jpg",139,300,true],"medium_large":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file.jpg",591,1280,false],"large":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file-473x1024.jpg",473,1024,true],"1536x1536":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file.jpg",591,1280,false],"2048x2048":["https:\/\/www.trichview.com\/wp\/wp-content\/uploads\/2025\/10\/chat-image-and-file.jpg",591,1280,false]},"uagb_author_info":{"display_name":"Sergey Tkachenko","author_link":"https:\/\/www.trichview.com\/wp\/author\/sergey-tkachenko\/"},"uagb_comment_info":0,"uagb_excerpt":"We are pleased to announce new releases of TRichView, ScaleRichView, and ReportWorkshop. All components now support RAD Studio 13 Florence. For TRichView, this is a major update; for the other components, the changes are less substantial, and we will focus on them later this year. This update is free for users who purchased or renewed&hellip;","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/posts\/597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/comments?post=597"}],"version-history":[{"count":8,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/posts\/597\/revisions"}],"predecessor-version":[{"id":610,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/posts\/597\/revisions\/610"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/media\/598"}],"wp:attachment":[{"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/media?parent=597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/categories?post=597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trichview.com\/wp\/wp-json\/wp\/v2\/tags?post=597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}