Vcl.MPlayer.TMediaPlayer.Back

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Back;

C++

void __fastcall Back();

Properties

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

Description

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

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.

See Also