FMX.Media.TMediaPlayer.FileName
Delphi
property FileName: string read FFileName write SetFileName;
C++
__property System::UnicodeString FileName = {read=FFileName, write=SetFileName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Media.pas FMX.Media.hpp |
FMX.Media | TMediaPlayer |
Description
Specifies the media file name played by the current media player.
Media is assigned and created when the FileName property is set. The file name must include the path of the file, so it can be localized on the memory, and the extension.
To empty the current Media attached to the media player, call the Clear method.