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.GetHex
Returns the hex encoded value of the container.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Container | 6.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "Container.GetHex"; Container; Name or Index ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Container | The container field or value to inspect. | MyTable::MyContainerField |
| Name or Index | either the name of the Type or it's index | 0 |
Result
Returns data or error.
Description
Returns the hex encoded value of the container.You must tell the plug-in which of the types in the container field you want to use. You can use either it's name (JPEG, TIFF, PNGf etc) or it's index. The index is from 0 to the count of types -1 You can use Container.GetCount to return the count of types in the container.
You can pass index zero and get data form references file in case container is a file reference.
See also
- Container.GetCount
- Container.GetHeight
- Container.GetName
- Container.GetSize
- Container.GetText
- Container.GetType
- Container.GetTypes
- Text.EncodeToHex
Blog Entries
Created 30th November 2016, last changed 20th May 2019
Container.GetHeight - Container.GetJPEGHeight
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos