Home > Language Reference > Functions > System functions

Unlock Function

Unlocks a memory chunk.

Syntax

Public Sub Unlock(ByRef x As String)
Public Sub Unlock(ByRef
x As StreamMemory)

ParameterDescription
xObject to be unlocked.

Remarks

The Unlock function unlocks a memory chunk previously locked by a call to Lock. Calling this function on an object that was not previously locked leads to a system crash. Please refer to the Lock function for more information on this feature.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A