Workareas.GetAlias 方法 | |
Get Alias for 1 based Workarea Number
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD GetAlias(
nArea AS DWORD
) AS STRING
public string GetAlias(
uint nArea
)
查看代码参数
- nArea
- 类型:UInt32
1 based Area number for which to find the alias
返回值
类型:
StringAlias or an empty string when there is no table open in the area
参见