RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.AutoRewind Property

Determines if the media player control rewinds before playing or recording.

Pascal
property AutoRewind: Boolean;
C++
__property Boolean AutoRewind;

If AutoRewind is true and the current position is at the end of the medium, Play or StartRecording moves the current position to the beginning of the medium before playing or recording. If AutoRewind is false, the user must click the Prev button or write code to call Previous to move to the beginning. 

If values have been assigned to StartPos or EndPos or if the multimedia device uses tracks, AutoRewind has no effect on playing or recording. When calling Play or StartRecording, the current position remains at the end of the medium. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!