Functions.OrdList 方法 | |
Return a list of all tag names for the current work area.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION OrdList() AS ARRAY
public static __Array OrdList()
查看代码返回值
类型:
__ArrayOrdList() returns a one dimensional array holding strings with the tag names of all open indexes.
When no index is open, an empty array is returned.
参见