Vcl.MPlayer.TMediaPlayer.Rewind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Rewind;

C++

void __fastcall Rewind();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

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

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.

See Also