Click or drag to resize

ListView Constructor (Typed)

X#
Construct a list view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	kStyle
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the list view.
xID (Optional)
Type: Usual
The unique ID for the list view (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the list view in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the list view in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the list view.
See Also