Previous: 4.47.2.26. Resume To the Table of Contents Next: 4.47.2.28. SetDevice
4.47.2.26. Resume Table of Contents 4.47.2.28. SetDevice

- 4.47.2.27. -
Table of Contents
4. Standard Units
4.47. MMedia - Multimedia Devices support unit
4.47.2. TMMedia Object Methods
4.47.2.27. Save


4.47.2.27. Save

Targets: Win32 only


MMedia Unit

Saves the currently loaded medium to the specified file.

Declaration:
  procedure Save(FileName: String);
Remarks:
Save is ignored for devices that don't use media stored in files (videodiscs, for example).

The Wait field determines whether control is returned to the application before the Save method has finished. The Notify field determines whether or not Save generates a MM_MCINOTIFY message.


Previous: 4.47.2.26. Resume To the Table of Contents Next: 4.47.2.28. SetDevice
4.47.2.26. Resume Table of Contents 4.47.2.28. SetDevice

- 4.47.2.27. -