Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Container.GetTypes
Returns the list of objects in the container field.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Container | 1.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "Container.GetTypes"; Container ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Container | The container field or value to inspect. |
Result
Returns types or error.
Description
Returns the list of objects in the container field.FileMaker stores a copy of the image in the container field as a JPEG if the image is not already of that type. That is why you will always see JPEG in the list of Types, even if the image in question is a PNG. This function will have "FILE" in the list of types if the image has File inserted into it.
Some of the allowed types include "TIFF", "PDF ", "PNGf", "GIFf", "BMPf", "EPS ", "PICT", "FILE" and "JPEG".
"ZLIB" is the type used by compressed containers.
This function does not work for unencrypted external containers.
Examples
Get Types
MBS( "Container.GetTypes" ; ContainerField )
See also
- Container.GetCount
- Container.GetHex
- Container.GetName
- Container.GetTypeSize
- Container.GetWidth
- Container.Remove
- Container.RenameStream
- DynaPDF.GeneratePreview
- PDFKit.GeneratePreview
- XL.Book.GetPicture
Example Databases
- Containers/Archive Container
- Containers/Container Remove Test
- Containers/Containers
- DynaPDF/Generate Previews
- DynaPDF/Optimize PDF
- Window/PDF from Window (Mac)
Blog Entries
- FileMaker and PDF Containers
- Compressed Containers
- Filemaker: Export Text to File
- MBS Filemaker Plugin 2.1 prerelease 2
Created 18th August 2014, last changed 20th May 2019
Container.GetTypeSize - Container.GetWidth
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos