Functions.AX_AXSLocking Method (Logic) |  |
Return and set the AXS locking status.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.18
Syntax FUNCTION AX_AXSLocking(
bMode AS LOGIC
) AS LOGIC
public static bool AX_AXSLocking(
bool bMode
)
Request Example
View SourceParameters
- bMode
- Type: Logic
The new Advantage Locking setting.
Return Value
Type:
LogicThe previous Advantage Locking setting.
See Also