Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries clipboard content as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 2.6 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
type | The data type. By default NSStringPboardType, but can be other Mac types. Mac only. |
"" | Optional |
The text from the clipboard. Empty if no text is there.
Get text from clipboard:
MBS("Clipboard.GetText")
Query addressbook data from Contacts app:
MBS("Clipboard.GetText"; "ABPeopleDictPboardType")
Get design from clipboard after copying it in FileMaker:
MBS("Clipboard.GetText"; "dyn.agk8u")
This function checks for a license.
Created 18th August 2014, last changed 5th March 2024