Datasnap.DataBkr.TRemoteDataModule.Unlock

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Unit: Datasnap.DataBkr
Parent: TRemoteDataModule

Delphi

procedure Unlock; virtual;

C++

virtual void __fastcall Unlock();

Description

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

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.

See Also