Workareas.CloseArea Method (DWord) | |
Close area with 1 based Workarea number
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD CloseArea(
nArea AS DWORD
) AS LOGIC
public bool CloseArea(
uint nArea
)
Request Example
View SourceParameters
- nArea
- Type: DWord
1 based Area number for which to find the alias
Return Value
Type:
LogicTRUE when the area was closed succesfully.
See Also