RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMutex.Release Method

Provides the interface for a method that releases the synchronization object for use by other threads.

Pascal
procedure Release; override;
C++
virtual __fastcall Release();

Call Release from a thread that is finished using the synchronization object. The Release method for TSynchroObject does nothing other than provide the interface for a method that can unbind the synchronization object from the calling thread. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!