Click or drag to resize

AnimationControl.OpenResource Method

X#
Open the AVI resource and display its first frame in the animation control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OpenResource(
	xID
) AS USUAL CLIPPER
Request Example View Source

Parameters

xID (Optional)
Type: Usual
The unique ID for the animation resource (between 1 and 8000), or a ResourceID object identifying the AVI resource.

Return Value

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