FMX.Media.TMediaPlayer.Play

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Play;

C++

void __fastcall Play();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayer

Description

Starts playing the current Media.

Call the Play method to play the current Media. If Media is not assigned, Play does nothing.

To stop or pause the current media file from playing, call the Stop method.

See Also