I have many TCollection's that I need to concat together into one larger 
collection for streaming. Since it's just a list I thought I could add the 
elements together but it appears TCollection requires that it allocate each 
item.

Is there a way to do this without relocating each item of the collection? There 
could be 10000+ items so it's important that I reuse the existing collections.

Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to