Click or drag to resize

AnimationControl Constructor

X#
Construct an animation control.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the animation control.
xID (Optional)
Type: Usual
The unique ID of the animation control (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the animation control in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the animation control in canvas coordinates.
oFileSpec (Optional)
Type: Usual
The FileSpec object that describes the associated AVI file.
kStyle (Optional)
Type: Usual
The style of the animation control.
hInst (Optional)
Type: Usual
The instance handle to be passed to the window when creating the control.
See Also