DbServer.LockCurrentRecord Method | |
Lock the current record. This method is identical to invoking RLock() with the current record number as a parameter.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD LockCurrentRecord() AS USUAL
public virtual Usual LockCurrentRecord()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also