Is it possible in C ++ Builder 2010? Let me explain: there is, let's say, a StringGrid1 with two strings, the second is empty. There is a StringGrid2, say, also with two lines, the second is empty, there is a ValueListEditor - also empty.
Now - there is a timer, which every second takes data from the server, and spreads it over these components. If it is stupid to drive reception from the server into the timer, then garbage will come out. It is necessary that the components, so to speak, erase the previous data received from themselves, and enter new ones.
Or maybe there is a simpler solution?
ps And so, that would not scrolls naughty)