TThreadPersistent

Graphics32

TThreadPersistent

Hierarchy

TPersistent

   |

TNotifiablePersistent

Description

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.

Reference

Properties Methods Events
In TThreadPersistent:
LockCount Lock
Unlock
In TNotifiablePersistent:
UpdateCount BeginUpdate OnChange
Changed
Create
Destroy
EndUpdate

See Also

TNotifiablePersistent