Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Clipboard.GetTypes
Queries the list of data types on the clipboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 4.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "Clipboard.GetTypes" )
Parameters
none
Result
Returns list or error.
Description
Queries the list of data types on the clipboard.The plugin currently only get/set unicode text using Clipboard.GetText/Clipboard.SetText.
If you need additional data types supported, please contact us.
For server this will query the clipboard of the user account running the server app on the server computer and not the clipboard of any client.
Examples
Query list of types:
MBS( "Clipboard.GetTypes" )
See also
- Clipboard.GetData
- Clipboard.GetFiles
- Clipboard.GetRTFText
- Clipboard.GetText
- Clipboard.SetFiles
- Clipboard.SetText
Release notes
- Version 13.2
- Improved Clipboard.GetTypes for Windows to report format list better.
Blog Entries
- MBS FileMaker Plugin, version 13.2pr1
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- MBS Filemaker Plugin, version 4.0pr1
This function is free to use.
Created 18th August 2014, last changed 21st October 2017