RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Save Method

Saves the currently loaded medium to the file specified in the FileName property.

Pascal
procedure Save;
C++
__fastcall Save();

Save is ignored for devices that don't use media stored in files (videodiscs, for example). 

Upon completion, Save stores a numerical error code in the Error property, and the corresponding error message in the ErrorMessage property. 

The Wait property determines whether control is returned to the application before the Save method has completed. The Notify property determines whether Save generates an OnNotify event. 

 

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