Navigation:  Classes > bArrayServer >

bArrayServer:RLock()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Lock a specific record in the data server for exclusive write access.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:RLock([<iRecNo>]) Æ lSuccess

Arguments

<iRecNo>Number of the record, which is to be locked. As default the current record number is used.
Data Type:Integer

Return Value

lSuccessLogical value, which indicates whether the record could be locked.
TRUEThe record could be locked.
FALSEThe record could not be locked.
Data Type:Logic

Description

bArrayServer:RLock() does not really lock the record but merely returns the value TRUE. The method is implemented only as a compatibility measure with DBServer classes.

See Also

bArrayServer:FLock()

bArrayServer:RecNo

bArrayServer:RLockVerify()

bArrayServer:Unlock()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_rlock.htm