TRichEditForMemoThe class helper that implements RichEdit programmatic interface. The helper is declared at RichEditHelpers unit, so you have to add it to the uses section. Helpers are available in FPC 2.6.0 or later.
There are helpers for access to SelAttributes.https://wiki.freepascal.org/RichMemo#TRichEditForMemoQuoteTRichEditForMemoThe class helper that implements RichEdit programmatic interface. The helper is declared at RichEditHelpers unit, so you have to add it to the uses section. Helpers are available in FPC 2.6.0 or later.So, just include RichEditHelpers in your uses.(You'll need to be on the latest Laz 2.6.0)