Click or drag to resize

Workareas.FindAlias Method

X#
Return 1 based Workarea Number for Alias or 0 when no found

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD FindAlias(
	sAlias AS STRING
) AS DWORD
Request Example View Source

Parameters

sAlias
Type: String
Alias of area to look for. Case INsensitive

Return Value

Type: DWord
Area number of an the table with the given alias.
See Also