Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WordFile.MediaFiles
Queries list of media files in the word file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WordFile | 6.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "WordFile.MediaFiles"; WordFile ) More
Parameters
Parameter | Description | Example |
---|---|---|
WordFile | The reference number of the open word file. | $wordFile |
Result
Returns list or error.
Description
Queries list of media files in the word file.This may include jpeg and png files.
Examples
Check what media files exist in a word file:
Set Variable [$w; Value:MBS( "WordFile.OpenContainer"; WordTest::wordfile )]
Set Variable [$r; Value:MBS( "WordFile.MediaFiles"; $w)]
Set Variable [$r; Value:MBS( "WordFile.Release"; $w)]
See also
Example Databases
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 6th July 2016, last changed 6th July 2016