Workareas.CloseArea 方法 (UInt32) | |
Close area with 1 based Workarea number
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD CloseArea(
nArea AS DWORD
) AS LOGIC
public bool CloseArea(
uint nArea
)
查看代码参数
- nArea
- 类型:UInt32
1 based Area number for which to find the alias
返回值
类型:
BooleanTRUE when the area was closed succesfully.
参见