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

Multilayer CSV to filtered excel -

Listboxes in c# -

Excel Duty List -