All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

Container.GetTypes

Component: Container
Mac OS X: Works
Windows: Works

MBS( "Container.GetTypes" ; ContainerField )

Parameters

Parameter Description Example value
ContainerField the container field to inspect

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.

Examples

Get Types

MBS( "Container.GetTypes" ; ContainerField )

Feedback: Report problem or ask question.