Click or drag to resize

OrdCount Function

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

Return Value

Type: DWord
OrdCount() 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