DbDescend Function | |
Checks if the order for navigation is descending
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax FUNCTION DbDescend() AS LOGIC
public static bool DbDescend()
Request Example
View SourceReturn Value
Type:
LogicThe return value of DbDescend() is TRUE when the in the current work area is descending, otherwise FALSE is returned.
Remarks The function DbDescend() tests if the order in the current work area is descending.
Refer to DbSetDescend() for more information about reversing the navigational order.
See Also