Hi everyone.
For programming reasons, I´m trying to obtain the number, or better said the index, of the string in the Tmemo.Lines string array corresponding to the first line, on the top, showed in the Tmemo Component.
For example, TStringGrid has a TopRow property that points to the first row showed on the component, and this is exactly what i´m looking for but in a Tmemo. Is there anything like this? I can´t find anything similar, and al least initially I would like to avoid working with another options like ScrollBar Components and/or SendMessage Function.
Thank you very much for any answer.