BtServer:RLock()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:RLock()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Try to lock a record in the table

 

 

 

Prototype

 

 

METHOD RLock ( dwRecno )  CLASS BtServer

 

 

 

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 record was Locked succesfully

 

 

 

See Also

 

 

BtServer, BtTable:RLock()