RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Rewind Method

Sets the current position to the beginning of the the medium, which is stored in the Start property.

Pascal
procedure Rewind;
C++
__fastcall Rewind();

Upon completion, Rewind stores a numerical error code in the Error property, and the corresponding error message in the ErrorMessage property. 

The Wait property determines whether control is returned to the application before the Rewind method has completed. The Notify property determines whether Rewind generates an OnNotify event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!