I'm writing a multi threaded application with Indys idHttp. To work the cookies (and perhaps more) from the base object must be present in the other threads. Fine, I thought and tried the "assign" method. But the result was an error:
Cant assign a idHttp to a HTtp ... So what i need is to copy the properties of one IdHTTP to another.