BtTable:RLock()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:RLock()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Try to lock a record in the open table

 

 

 

Prototype

 

 

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

 

 

 

Argument(s)

 

 

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

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

                         all locks held by the current process are released and the current record is assumed.

 

 

 

 

Return

 

 

LOGIC                TRUE when the lock was succesful, otherwise FALSE

 

 

 

See Also

 

 

BtTable