In my VCL project, I have a TMemo
with the following text (|
is the caret):
| | |Hello world | | | | |test | | | | |
When I press the Down button, the caret moves here:
| | |Hello world | || | |test | | | | |
What I need is for it to move here instead:
| | |Hello world | | | | |test | | | | |