TMutex: Methods Functions  


Methods

CloseClose the mutex
LockLock the mutex
TryLockTry to lock the mutex
UnlockUnlock the mutex

Functions

CreateCreate a new mutex

Method reference

Method Close()
DescriptionClose the mutex

Method Lock()
DescriptionLock the mutex

Method TryLock()
ReturnsTrue if mutex was successfully locked; False if mutex was already locked by another thread.
DescriptionTry to lock the mutex

Method Unlock()
DescriptionUnlock the mutex

Function reference

Function Create:TMutex()
DescriptionCreate a new mutex