listbox question
- From: "anthony" <ajh@xxxxxxxxxxx>
- Date: Tue, 23 Aug 2005 19:32:27 +1200
If I have a listbox with a list of items, and I want to move an item in the
list to new place, say from listbox1.items[1] and I want to move it to
listbox1.items[5] how do I do it. Ok that much I think I can work out, but
heres the rub. I want to reflect those changes in another listbox. so if I
move an item from position 1 to position 5, I need the change the items in
listbox two also to the same, I cant just say listbox1.items:=
listbox2.items, because they hold different data but it is dependant on the
each other. EG: listbox1.items hold the names of files and listbox2.items
hold the path and name of the file.
.
- Follow-Ups:
- Re: listbox question
- From: chulix@work
- Re: listbox question
- Prev by Date: Re: One more little question
- Next by Date: clipboard local copy
- Previous by thread: TSplitter Persistence problem
- Next by thread: Re: listbox question
- Index(es):
Relevant Pages
|