Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Apr : Various TSync in tcp events
| Subject: | Various TSync in tcp events |
| Posted by: | "Moore" (moo..@hotmail.com) |
| Date: | 8 Apr 2008 05:14:25 |
I have a TIdCmdTCPClient receiving commands from a server, the app must do two actions with the data of these commands, show it in a listbox and post it to a memory data (cds),
The portion of showing in a listbox I perform it in TSync class, posting data not yet, I perform it in the commands OnCommand event directly,
I don't know if this is a good option or I should create another TSync class to perform it or perform it in the same TSync procedure that fills the listbox,
thnx for your help..