Home
|
GR32
|
TThreadPersistent
|
|
property LockCount: Integer; // Read-only; protected;
LockCount represents the current nesting level of the threading lock. This is a counter shared by all running threads in the curent process.
The object is unlocked only when LockCount is 0 and only one thread can lock the object at the time. Call Lock to increase LockCount value and Unlock to decrease it.
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010