var
   i:integer;
   j:string;
begin   
   i:=listbox1.ItemIndex;
   j:=listbox1.Items.Strings[i];
如果listbox的第一项是'aaa',第二项是'bbb';
怎么样聚焦在'bbb'上