Information

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 »

[Info] Spelling checking in FireMonkey macOS

In FireMonkey for macOS, the platform offers a spelling checking service, so text components (including TMemo and TRichViewEdit v20.5.1+) can use it.Unfortunately, the default implementation of this service has several problems that make it almost unusable.See https://quality.embarcadero.com/browse/RSP-39832 There is a workaround that solves the most important problem. It turns on language auto-detection instead of using two

[Info] Spelling checking in FireMonkey macOS Read More »