DataBrowser Constructor | |
Construct a data browser.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DataBrowser(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default
)
Request Example
View SourceParameters
- 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