I use TMemo to be able to display multiple lines.
I want to change selected text attribute in TMemo into bold using the shortcut Ctrl+B.
For example, User enters "Hello, how are you?" in the Tmemo, I want when when user selects "How" and press Ctrl+B then only "How" should be appeared in Bold in that TMemo.
I use Delphi 7.
Please advice to get solution. thanks for help.
TMemo
to do it at all. Trivial withTRichEdit
. – David Heffernan