Hello, I have a 2-application client and server that uses TWSocket and TWSocketServer. On the server application, there is a TListView control that contains at least 6 columns. It is used to store information that the user enters, so it could contain a varying number of rows of information at any given time. I need to be able to send all of this information contained in the TListView on the server to the client. Since the TListView control may contain many rows of information - say, 100 or 200 rows - what is the best way to go about sending this to the TWSocket on the client application? Should the rows be appended together into 1 large string and then seperated by the client? Should the rows be sent individually? Or what?
Thank you! -- [EMAIL PROTECTED] -- http://www.fastmail.fm - The professional email service -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be