Click or drag to resize

DbServer.LockCurrentRecord Method (Typed)

X#
Lock the current record. This method is identical to invoking RLock() with the current record number as a parameter.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD LockCurrentRecord() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also