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
Type
Method
Syntax
<oArrayServer>:RLockVerify() Æ lSuccess
Return Value
| lSuccess | Logical value, which indicates whether the record could to be locked. |
| TRUE | The record could to be locked. |
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?barrayserver_rlockverify.htm