Click or drag to resize

MultiMediaContainer Constructor

X#
Instantiate a MultiMediaContainer control.

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 control.
xID (Optional)
Type: Usual
The unique ID of the control (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the control in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the control in canvas coordinates.
Remarks
This method instantiates a MultiMediaContainer object. Depending on the file assigned to it, the MultiMediaContainer object tries to display the multimedia data. In the case of video or audio data, it creates an MCI child window. For images, X# image support attempts to display the image in the control's client area.
See Also