Click or drag to resize

DbDescend Function

X#
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
Request Example View Source

Return Value

Type: Logic
The 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