Navigation:  Classes > bArrayServer >

bArrayServer:RLockVerify()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determine if the current record in the data server has any pending updates and locks it for exclusive write access if there are none.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:RLockVerify() Æ lSuccess

Return Value

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

Description

bArrayServer:RLockVerify() 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:RLock()

bArrayServer:Unlock()

 


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