Demos

TRichView in DevExpress grid

How to filter TRichViewEdit column in TcxGrid

This article shows how to implement filtering in TRichViewEdit column of TcxGrid (a grid VCL control by DevExpress). Let’s take the demo in DevExpress\VCL\Demos\ExpressQuantumGrid\Delphi\FilterDemo as a base. At the first step, we change the type of “Product” column to TRichViewEdit, and value type to Markdown.In the Object Inspector, we select TableViewProduct.Properties = “TRichViewEdit”, and set TableViewProduct.Properties.EditValueSaveFormat = […]

How to filter TRichViewEdit column in TcxGrid Read More »

QR Codes in ReportWorkshop

Example: How to Display QR Code in ReportWorkshop

A new example is posted on the support forum: https://www.trichview.com/forums/viewtopic.php?t=12065 It contains a unit that implements a new field type: “qrcode” This unit uses Zint Barcode Generator for Delphi, free open source barcode generator. This is the first version of barcode field object for ReportWorkshop. It supports only QR Codes, and generates results as TMetafile

Example: How to Display QR Code in ReportWorkshop Read More »

TRichView demo projects for Android

TRichView 20.5.1: demos for Android, text search, line highlight

We’ve uploaded new versions of our components: TRichView 20.5.1. Trial versions are available here: https://www.trichview.com/download/ New in this version: All applicable demo projects are ported to Android (FireMonkey) Using platform spelling checking service (FireMonkey) Adding live spelling suggestions in a popup menu (FireMonkey) Improved “SmartPopup” buttons (FireMonkey) Text search without selecting results is improved Custom drawing

TRichView 20.5.1: demos for Android, text search, line highlight Read More »

FireMonkey database demo in macOS

TRichView 20.3 – LiveBindings

We’ve uploaded new versions of our components: TRichView 20.3, ScaleRichView 11.3, ReportWorkshop 4.1 Trial versions are available here: https://www.trichview.com/download/ The new feature of this update is LiveBindings support.LiveBindings requires Delphi or C++Builder XE3 or newer (but some features can be used in Delphi or C++Builder XE2).LiveBindings is not available in Lazarus. FireMonkey does not include special

TRichView 20.3 – LiveBindings Read More »

Demo: send emails from Delphi application using Microsoft Outlook

Demo: how to send emails using Outlook

We already have demo projects showing how to create an independent email client for sending HTML emails created in TRichViewEdit: <TRichView Dir>\ThirdParty\CleverComponents\Demos\ – send emails using CleverComponents https://www.trichview.com/forums/viewtopic.php?f=3&t=11 – send emails using Indy This demo is different: it sends emails using Microsoft Outlook, accessed as OLE/COM object.Messages are composed in a TRichView editor, and are sent

Demo: how to send emails using Outlook Read More »

TRichView + DevExpress ribbon

New controls for integration with DevExpress VCL

TRichView 19.3 includes a new demo and new components for integration with VCL components developed by Developer Express. The new demo is in \ThirdParty\DevExpress\Demos\Ribbon\It shows how to use TdxRibbon with TRichViewEdit. These components are free for customers of TRichView and DevExpress VCL. Font comboboxes This demo uses RichViewActions, a set of components and actions for

New controls for integration with DevExpress VCL Read More »

Custom text items in TRichView

Custom text items – new demo for TRichView and ScaleRichView

New demo projects are uploaded to the support forum: [Demo] Custom text items – TRichView.com These demos show how to create a new item class for text items.TRichView 19.2 or newer is required.A custom text item class (TRVMyTextItemInfo) is implemented in CustomTextItem.pas.It has several new properties: BorderWidth, BorderColor, AdditionalText.The class implements saving and loading these

Custom text items – new demo for TRichView and ScaleRichView Read More »