Hi, you have to enable this feature on your ListBox1 withCode: Pascal [Select][+][-]ListBox1.MultiSelect := True;then you can select the items withCode: Pascal [Select][+][-]ListBox1.Selected[2] := True;ListBox1.Selected[3] := True;