I\'d like to draw a piece of TEdit.Text using Font.Color different from the default. Are there any examples how to do that?
I\'m attempting to do something like thi
No. A standard tEdit does not have support for custom drawing or having text with multiple colors. As an alternative you can use a tRichEdit with WantReturns=False.