Datasnap.DataBkr.TRemoteDataModule.Unlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unlock; virtual;

C++

virtual void __fastcall Unlock();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Datasnap.DataBkr TRemoteDataModule

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