Hallo Holger,
tut mir leid, ich hab dich falsch verstanden:
Hier hoffentlich die richtige Lösung für dein Problem:
Delphi-Quellcode:
// ganze Zeile:
LMDListBox1.AddLine(['222','333']);
// nur einen Eintrag:
row := 2;
col := 1;
LMDListBox1.SetItemPart (row, col, 'Hello world');
Gruß Ines