Vcl.MPlayer.TMediaPlayer.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read GetFileName write SetFileName;

C++

__property System::UnicodeString FileName = {read=GetFileName, write=SetFileName};

Properties

Type Visibility Source Unit Parent
property published
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Specifies the opened or saved media file.

FileName specifies the media file to be opened by the Open method, or the file to save by the Save method.

At design time, use a file open dialog box to specify the FileName property by clicking the ellipsis button (...) in the Object Inspector.

See Also


Code Examples