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-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024