Hi, I need to put a string in the same TStream to which I append an image. The string is always 50 characters long.
I will have to send this stream over the network to another computer and extract the string and the image on this one. Can anyone explain to me how to append the two contents and then recover them?
Thank you