Functions.OrdCount 方法 | |
Determines the number of orders for the current work area.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION OrdCount() AS DWORD
public static uint OrdCount()
查看代码返回值
类型:
UInt32OrdCount() 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.
参见