Re: Re[2]: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Ann
- Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 03, 2005 2:08 PM Subject: Re[2]: [twsocket] Little question... TList of HTTPCli > Hello Ann, > > Yes. What you also can do is: >

Re[2]: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Wilfried Mestdagh
Hello Ann, Yes. What you also can do is: i := List.IndexOf(Sender); Then i is the index in the List where Sender is, or -1 if not found and you can thus use it to add the right item to another list and/or remove it etc... --- Rgds, Wilfried http://www.mestdagh.biz Tuesday, May 3, 2005, 13:53,