点击或拖拽改变大小

Functions.OrdList 方法

X#
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
查看代码

返回值

类型:__Array
OrdList() 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.
参见