
This method display a specific frame of the animation file.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_Animate_Seek MyControlReference [as Reference] FrameIndex [as Integer]) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_Animate_Seek ProjectFile [as String] DialogName [as String] ControlName [as String] FrameIndex [as Integer]) |
Copy Code |
|---|
; Seek to the second minute (30 fps) (Odcl_Animate_Seek MyProject_MyForm_MyControl 60) |