I have been searching via google but not turned up any answer to this.
1. Say I have multiple files of similar text and I save them.
2. Then, when I load (or open) any of those text files in TMemo, I want to maintain the last screen layout (line) within the dimensions.
I am comparing structures of column (hex/ascii) data in these text files and if I am in the middle of the file in the tmemo and I decide to load another file to quickly compare back/forth with, I want the layout the remain the same but not start from the top of the text file.
I know I have to save the last topmost line in a variable but I don't know how to go further in this. TIA.
Fig A - this is the layout that opens by default for every load. But I want Fib B if I am scrolling down and stop and decide to load another file.
Fig B - if I open at the last layout position this is what I want to see.., not Fig A.