Click or drag to resize

VoDbAlias Function

X#
Return the alias of a specified work area as a string.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax
 FUNCTION VoDbAlias(
	wWorkArea AS DWORD
) AS STRING
Request Example View Source

Parameters

wWorkArea
Type: DWord
Any work area number.

Return Value

Type: String
If there is no database file in use, VODBAlias() returns a NULL_STRING.
Remarks
VODBAlias() is like Alias() but is strongly typed. See Alias() for more information and an example.
Examples