Click or drag to resize

Workareas.FindEmptyArea Method

X#
Return 1 based empty Workarea

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD FindEmptyArea(
	fromStart AS LOGIC
) AS DWORD
Request Example View Source

Parameters

fromStart
Type: Logic
Do we start to search from the start (TRUE) or the end (FALSE)

Return Value

Type: DWord
Area number of an area where no table is open.
See Also