FMX.Media.TMedia.DoStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStop; virtual; abstract;

C++

virtual void __fastcall DoStop() = 0 ;

Properties

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

Description

Stops the current media from being played.

To stop playing the current media, call the Stop method.

See Also