Workareas.GetAlias Method | |
Get Alias for 1 based Workarea Number
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD GetAlias(
nArea AS DWORD
) AS STRING
public string GetAlias(
uint nArea
)
Request Example
View SourceParameters
- nArea
- Type: DWord
1 based Area number for which to find the alias
Return Value
Type:
StringAlias or an empty string when there is no table open in the area
See Also