Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: Clipboard
Get and set clipboard text.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.6 / 14.1 | ✅ Yes | ✅ 95% | ❌ No | ❌ No | ✅ 81% |
Item | Details |
---|---|
Clipboard.AddText Adds text to the clipboard. | Mac only 13.2 |
Clipboard.Clear Clears the clipboard content. | Mac/Win/iOS 14.1 |
Clipboard.DetectFileMakerDataType Checks which type of data is in the XML. | Mac/Win 10.1 |
Clipboard.GetData Queries data from clipboard item. | Mac/Win/iOS 4.4 |
Clipboard.GetFileMakerData Queries the xml text of a FileMaker layout/script object. | Mac/Win 4.0 |
Clipboard.GetFiles Queries file paths on the clipboard. | Mac/Win/iOS 5.1 |
Clipboard.GetHTMLText Queries styled text from clipboard as HTML. | Mac/Win/iOS 6.0 |
Clipboard.GetPDF Queries PDF in the clipboard. | Mac/Win/iOS 12.2 |
Clipboard.GetPicture Queries a picture from clipboard. | Mac/Win/iOS 6.3 |
Clipboard.GetRTFText Queries styled text from clipboard as RTF. | Mac/Win/iOS 5.0 |
Clipboard.GetStyledText Queries styled text from clipboard. | Mac/Win/iOS 5.0 |
Clipboard.GetText Queries clipboard content as text. | Mac/Win/iOS 2.6 |
Clipboard.GetTypes Queries the list of data types on the clipboard. | Mac/Win/iOS 4.0 |
Clipboard.SetFileMakerData Puts the xml text on the clipboard for a FileMaker layout/script object. | Mac/Win 4.0 |
Clipboard.SetFiles Puts a list of file paths on the clipboard. | Mac/Win/iOS 5.1 |
Clipboard.SetHTMLText Puts HTML data on the clipboard. | Mac/Win/iOS 6.0 |
Clipboard.SetPDF Puts PDF in the clipboard. | Mac/Win/iOS 12.2 |
Clipboard.SetPicture Sets clipboard picture. | Mac/Win/iOS 6.3 |
Clipboard.SetRTFText Puts RTF data on the clipboard. | Mac/Win/iOS 5.0 |
Clipboard.SetStyledText Put styled text on the clipboard. | Mac/Win/iOS 5.0 |
Clipboard.SetText Sets the text on the clipboard. | Mac/Win/iOS 2.6 |
21 functions shown.
These functions require a license (86%).
Release notes
- Version 14.5
- Improved styled text conversion on macOS to include better support for highlight, underline and strikethrough, e.g. for RichText.SetFormattedText and Clipboard.SetStyledText functions.
- Version 14.4
- Fixed a memory leak in Clipboard.SetFileMakerData, Clipboard.DetectFileMakerDataType and XML.Import functions.
- Version 14.1
- Added Clipboard.Clear function.
- Added fallback to Clipboard.GetText for Windows to read ANSI text if unicode text is not available.
- Improved Clipboard.GetRTFText, Clipboard.GetHTMLText, Clipboard.GetStyledText and Clipboard_GetText for Windows to strip out an ending NULL character if the other application added it to the clipboard text.
- Improved our RTF parser for Text.TextToRTF and Clipboard.GetStyledText function.
- Version 13.2
- Added Clipboard.AddText function.
- Improved Clipboard.GetTypes for Windows to report format list better.
- Version 13.1
- Added Windows support for Clipboard.SetPDF and Clipboard.GetPDF functions.
- Fixed Clipboard.SetPicture to better pass transparency.
- Improved Clipboard.GetPicture to take JPEG, PNG or GIF directly from the clipboard if available. Falls back to bitmap if that is not available.
- Improved Clipboard.SetPicture to put PNG on the clipboard in addition to a bitmap for applications, that can read PNG forever.
- Version 12.2
- Added Clipboard.GetPDF and Clipboard.SetPDF functions.
- Added Menu and MenuSet as types for Clipboard.DetectFileMakerDataType function.
- Version 12.0
- Enhanced Clipboard.DetectFileMakerDataType and Clipboard.SetFileMakerData to recognize script folders.
- Version 11.5
- Fixed crash in Clipboard.SetFileMakerData function.
- Version 11.3
- Implemented Clipboard.GetStyledText and Clipboard.SetStyledText for Windows.
Blog Entries
- New in MBS FileMaker Plugin 14.1
- MBS FileMaker Plugin 14.0 for Claris FileMaker
- Search scripts in FileMaker for Windows
- MBS Plugin 13.1 for Claris FileMaker
- MBS FileMaker Plugin 12.2
- MBS FileMaker Plugin 8.2 - More than 5200 Functions In One Plugin
- MBS FileMaker Plugin 7.2
- MBS FileMaker Plugin 6.0 for OS X/Windows
- MBS FileMaker Plugin 5.1 for OS X/Windows
- New cool things for Filemaker