TThreadPersistent

Ancestors

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

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

See Also

TNotifiablePersistent