点击或拖拽改变大小

Workareas.FindAlias 方法

X#
Return 1 based Workarea Number for Alias or 0 when no found

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 METHOD FindAlias(
	sAlias AS STRING
) AS DWORD
查看代码

参数

sAlias
类型:String
Alias of area to look for. Case INsensitive

返回值

类型:UInt32
Area number of an the table with the given alias.
参见