FMX.Media.TMedia.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName};

Properties

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

Description

Specifies the name of the current used media file.

FileName specifies the name of the media file used to create the current TMedia object. FileName includes the path, name, and extension of the media file.

See Also