Hi, I use lazarus on WindowsXP Home ed. I have a tmemo in wich I put some paths selected from my Hard disk. Say 10 lines. Then I have a button in wich I scan the lines in Tmemo in order to meke some operations on the list of paths.
If the width of the memo is large enough to show all the lines withou word wrapping, I call memo1.lines.count, and get 9, all is ok. If the width of the memo is NOT large enough to show all the lines and, let's say 2 of the 10 lines wrap down, I call memo1.lines.count, and get 11, this is not ok. In Delphi this does not happen. Is it a bug or a feature? Note that I am not concerned about my program, but about the tmemo implementation on Lazarus. bye tiziano ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
