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

Release notes

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 21st October 2017


Clipboard.GetText - Clipboard.SetFileMakerData