RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Back Method

Steps backward a number of frames (determined by the value of the Frames property) in the currently loaded medium.

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

Back is called when the Back button on the media player control is clicked at runtime. 

Upon completion, Back 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 Back method has been completed. The Notify property determines whether Back generates an OnNotify event. 

 

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