BtTable:Unlock()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:Unlock()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

unlock a record, or all records in the open table

 

 

 

Prototype

 

 

METHOD Unlock ( dwRecno AS DWORD )  AS LOGIC PASCAL CLASS BtTable

 

 

 

Argument(s)

 

 

<dwRecno>                The record number of the record to be locked.  If specified,

                         all other record locks held by the current process are retained.  If not specified,

                         all locks held by the current process are released

 

 

 

 

Return

 

 

LOGIC                TRUE when the record was unlocked succesfully

 

 

 

See Also

 

 

BtTable