Delphi TListBox


[ Delphi Forum -- by DelphiLand ]

Posted by Joey on November 15, 2003:

I'm making my Delphi application have the ability to copy files using a for loop and then naming the file i.mp3 where i is the number.

But i want it to read down the list to copy them dependant on i. Example: i =1 so i takes item 1 i = 2to takes item 2 etc... but i cant find a property of Tlistbox that works in this way :S.

I've tried .ItemIndex[i] and stuff like that and i just cant get it can n e 1 help? thx


Related Articles and Replies:


[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]