Click or drag to resize

AnimationControl.Play Method

X#
Play the AVI file in the animation control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Play(
	nFrom,
	nTo,
	nRepeatCount
) AS USUAL CLIPPER
Request Example View Source

Parameters

nFrom (Optional)
Type: Usual
The initial frame number. If omitted, playback begins from the first frame.
nTo (Optional)
Type: Usual
The final frame number. If omitted, playback continues to the last frame.
nRepeatCount (Optional)
Type: Usual
The number of times to play the AVI file. If omitted, playback is repeated indefinitely.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also