I'm using a Tmemo to display the progress results of messages sent between a program I have written and the main server.
On a good connection when all things go well all the details are displayed on the viewable area of the memo. However, when things go wrong there are more messages than can be viewed on one screen. I have the component set up as enabled and read only with vertical scroll bars so the user can scroll down and see all the messages, however it is not obvious.
The cursor is always on the top line by default unless the user changes the position by moving down the memo or usng the scroll bars.
Is it possible in some way to control the cursor and automatically scroll the details displayed so the latest details are always visible.
On a good connection when all things go well all the details are displayed on the viewable area of the memo. However, when things go wrong there are more messages than can be viewed on one screen. I have the component set up as enabled and read only with vertical scroll bars so the user can scroll down and see all the messages, however it is not obvious.
The cursor is always on the top line by default unless the user changes the position by moving down the memo or usng the scroll bars.
Is it possible in some way to control the cursor and automatically scroll the details displayed so the latest details are always visible.