Workareas.FindEmptyArea Method | |
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
public uint FindEmptyArea(
bool fromStart
)
Request Example
View SourceParameters
- fromStart
- Type: Logic
Do we start to search from the start (TRUE) or the end (FALSE)
Return Value
Type:
DWordArea number of an area where no table is open.
See Also