NewLocks Function | |
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
public static bool NewLocks()
Request Example
View SourceReturn Value
Type:
Logic
A logical value indicating the current status of NewIndexLock().
Remarks Examples See Also