Click or drag to resize

DataBrowser Constructor

X#
Construct a data browser.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the data browser.
xID (Optional)
Type: Usual
The unique ID of the data browser (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the data browser in canvas coordinates. If not specified, (0,0) is used.
oDimension (Optional)
Type: Usual
The dimension of the data browser in canvas coordinates. If not specified, the size of oOwner is used.
Remarks
When the owner window is a DataWindow object, the data browser occupies the full size of the data window frame window and changes size as the data window size changes.
See Also