RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemoteDataModule.Unlock Method

Unlocks the remote data module after it was locked by a call to the Lock method.

Pascal
procedure Unlock; virtual;
C++
virtual __fastcall Unlock();

Use Unlock to release the critical section that was entered by a call to the Lock method. Every call to the Lock method must be paired with a corresponding call to Unlock. 

 

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