Forum > Packages and Libraries

Component to show text that allows to change color character by (row, column)

(1/1)

simone:
Dear all, I am looking for a component able to show raw text, which allow to change the color of the individual characters by specifying (row, column). It seems to me that this is not possible with TMemo and TSynEdit. With TRichMemo I can do it indirectly, using

SetRangeColor (TextStart, TextLength: Integer; FontColor: TColor);

The problem is that this component sees the text as a single string and therefore I have to convert the coordinates (row, column) into the value to be placed in TextStart.

Are there any other solutions? Thanks in advance.

Navigation

[0] Message Index

Go to full version