1

Adding lines in a TMemo (Firemonkey), each line with a different color?

Note: Firemonkey doesn't have RichEdit.

Sir Rufo
  • 18,395
  • 2
  • 39
  • 73
pcbb
  • 67
  • 2
  • 4

1 Answers1

0

This is not possible with a TMemo as there is no formatting ability with a TMemo simply a string list. You will need to find another control to work for you.

Toby Allen
  • 10,997
  • 11
  • 73
  • 124