I have a TClientDataset that is managed in Thread 1.
In a different thread I have a cloned Image of the TClientDataset.
Will I run into threading problems?>
The clone process should be handled with a TCriticalSection, but each TClientDataSet should be fine in its own thread.