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
Clipboard.GetText
Queries clipboard content as text.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Clipboard | 2.6 | Yes | Yes | No | No | Yes |
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| type | The data type. By default NSStringPboardType, but can be other Mac types. Mac only. |
"" | Optional |
Result
The text from the clipboard. Empty if no text is there.
Description
Queries clipboard content as text.Examples for type parameter: public.utf8-plain-text, CorePasteboardFlavorType 0x54455854, public.rtf,CorePasteboardFlavorType 0x75747874.
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
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")
See also
- Clipboard.GetData
- Clipboard.GetFileMakerData
- Clipboard.GetFiles
- Clipboard.GetHTMLText
- Clipboard.GetRTFText
- Clipboard.GetTypes
- Clipboard.SetHTMLText
- Clipboard.SetRTFText
- Clipboard.SetText
Example Databases
Blog Entries
- MBS FileMaker Plugin, version 8.5pr3
- MBS FileMaker Plugin, version 8.2pr6
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- MBS Filemaker Plugin, version 4.2pr11
- MBS Filemaker Plugin, version 2.6pr7
Release notes
- Version 8.5
- Fixed issue with Clipboard.GetText not returning last byte for text.
- Version 8.2
- Changed Clipboard.GetText and Clipboard.SetText to work better with UTF16 on MacOS.
Created 18th August 2014, last changed 24th February 2020
Clipboard.GetStyledText - Clipboard.GetTypes
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins