OrdCount Function | |
Determines the number of orders for the current work area.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION OrdCount() AS DWORD
public static uint OrdCount()
Request Example
View SourceReturn Value
Type:
DWordOrdCount() returns the number of open indexes as a numeric value.
When no index is open or when no file is open in the current workarea, the return value is 0.
See Also