FMX.Media.TMedia.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop;

C++

void __fastcall Stop(void);

Properties

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

Description

Stops the playback of the current media file.

Call the Stop method to stop or to pause the current played media file. To play the current media file, call the Play method.

See Also