Click or drag to resize

Workareas.GetAlias Method

X#
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
Request Example View Source

Parameters

nArea
Type: DWord
1 based Area number for which to find the alias

Return Value

Type: String
Alias or an empty string when there is no table open in the area
See Also