Click or drag to resize

NewLocks Function

X#
Return the setting that determines whether to use the new locking offset of -1 (0xFFFFFFFF) for .NTX files. Note: NewLocks() is a compatibility function and therefore not recommended.
It is superseded by the NewIndexLock() function, which allows you to change and retrieve the setting. Refer to NewIndexLock() for more information.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION NewLocks() AS LOGIC
Request Example View Source

Return Value

Type: Logic
A logical value indicating the current status of NewIndexLock().
Remarks