FMX.Media.TMediaPlayer.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Clears the current media player.

Call Clear to clear the current Media attached to the media player. Clear also empties the FileName property.

See Also