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)
| Parameter | Description |
| x | Object 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
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |