Click or drag to resize

Workareas Class

X#
Class that contains the list of open Workareas. Each thread will have its own list.
Inheritance Hierarchy
Object
  Workareas
    DataSession

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 ABSTRACT CLASS Workareas
Request Example View Source

The Workareas type exposes the following members.

Properties
  NameDescription
Public propertyCurrentWorkarea
Get Current Workarea Object
Public propertyCurrentWorkareaNO
Get 1 based Current Workarea Number
Top
Methods
  NameDescription
Public methodStatic member_CloseArea
Public methodStatic member_FindRDD
Public methodStatic member_Remove
Public methodCloseAll
Close All RDDs referenced by this Workarea list
Public methodCloseArea(DWord)
Close area with 1 based Workarea number
Public methodCloseArea(IRdd)
Close the area where this RDD object is used.
Public methodCommitAll
Commit changes in all workares in this Workarea list
Public methodFindAlias
Return 1 based Workarea Number for Alias or 0 when no found
Public methodFindEmptyArea
Return 1 based empty Workarea
Public methodGetAlias
Get Alias for 1 based Workarea Number
Public methodGetCargo
Public methodGetRDD
Get RDD object for 1 based Workarea Number
Public methodSetArea
Set RDD object and ALias for 1 based Workarea Number
Public methodSetCargo
Public methodUnLockAll
Unlock All RDDs referenced by this Workarea list
Top
Fields
  NameDescription
Public fieldStatic memberMaxWorkareas
Top
See Also