Click or drag to resize

Workareas.CloseArea Method (IRdd)

X#
Close the area where this RDD object is used.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD CloseArea(
	oRDD AS IRdd
) AS LOGIC
Request Example View Source

Parameters

oRDD
Type: IRdd
Object of te RDD that needs to be closed.

Return Value

Type: Logic
TRUE when the area was closed.
Remarks
This will close the area, even when the method is called from another thread.
See Also