L
liuj
Unregistered / Unconfirmed
GUEST, unregistred user!
Var
oldItem:TlistItem;
oldItem:=Tlistitem.Create(ListView1.Items );
oldItem.Caption :='a';
oldItem.SubItems.Add('b');
oldItem.SubItems.Add('c');
if ListView1.Items.IndexOf(oldItem)<0 the
............
上面的代码好象不行,怎么判断是否某个Item已经存在?
oldItem:TlistItem;
oldItem:=Tlistitem.Create(ListView1.Items );
oldItem.Caption :='a';
oldItem.SubItems.Add('b');
oldItem.SubItems.Add('c');
if ListView1.Items.IndexOf(oldItem)<0 the
............
上面的代码好象不行,怎么判断是否某个Item已经存在?