TThreadPersistent extends the TNotifiablePersistent class with thread-safe locking.
The locking mechanism provides synchronization of simultaneous access to the same resource in applications with multiple threads and it works similar to the implementation found in TCanvas class. For additional information, see Delphi documentation on TCanvas.