loops - DELPHI move 2nd line to 1st Line Memo -


i need transfer 1st line of memo1 memo2, , move remaining lines of memo1 up.

these expected results:

image

image

like this:

memo2.lines.add(memo1.lines[0]); memo1.lines.delete(0); 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -