Click or drag to resize

DataListView Constructor (Typed)

X#
Initializes a new instance of the DataListView class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	 oOwner AS Window,
	 xID AS LONG,
	 oPoint AS Point,
	 oDimension AS Dimension
)
Request Example View Source

Parameters

oOwner
Type: Window
xID
Type: Long
oPoint
Type: Point
oDimension
Type: Dimension
See Also