Click or drag to resize

Workarea.RelArea Method

X#
Retrieve the logical number of a related work area.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RelArea(
	nRelNum AS DWORD
) AS DWORD
Request Example View Source

Parameters

nRelNum
Type: DWord
The ONE based relation number for which to obtain the logical number.

Return Value

Type: DWord
The area number of the relation.

Implements

RelArea(DWord)
See Also