RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.FileName Property

Specifies the opened or saved media file.

Pascal
property FileName: string;
C++
__property AnsiString FileName;

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. 

 

Open 

Save 

Adding Audio and/or Video Clips to an Application

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!