Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QTMovie.ReleaseAll
Releases all movies in memory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QTMovie | 7.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
Removed
This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.
MBS( "QTMovie.ReleaseAll" )
Parameters
none
Result
Returns OK or error.
Description
Releases all movies in memory.Be aware that on a server this may free objects, which are used by other scripts running in parallel!
Examples
Cleanup:
Set Variable [ $r ; Value: MBS( "QTMovie.ReleaseAll" ) ]
See also
Release notes
- Version 7.1
- Added QTMovie.ReleaseAll.
Blog Entries
Created 2nd February 2017, last changed 27th August 2023