| TMutex: | Methods | Functions |
| Close | Close the mutex |
| Lock | Lock the mutex |
| TryLock | Try to lock the mutex |
| Unlock | Unlock the mutex |
| Create | Create a new mutex |
| Method Close() | |
| Description | Close the mutex |
| Method Lock() | |
| Description | Lock the mutex |
| Method TryLock() | |
| Returns | True if mutex was successfully locked; False if mutex was already locked by another thread. |
| Description | Try to lock the mutex |
| Method Unlock() | |
| Description | Unlock the mutex |
| Function Create:TMutex() | |
| Description | Create a new mutex |