FMX.Media.TMedia.Play

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Play;

C++

void __fastcall Play(void);

Properties

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

Description

Starts the playback of the current media file.

Call the Play method to playback the current media file. To pause or stop the current media file from playing, call the Stop method.

See Also