Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Clipboard.GetStyledText
Queries styled text from clipboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "Clipboard.GetStyledText" )
Parameters
none
Result
Returns text or error.
Description
Queries styled text from clipboard.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.
Implemented for Windows with version 11.3 of MBS Plugin.
If there is no styled text, we return empty text and you may use Clipboard.GetText then.
See also
Release notes
- Version 14.1
- 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 11.3
- Implemented Clipboard.GetStyledText and Clipboard.SetStyledText for Windows.
- Version 10.1
- Added handing of Strikethrough text attribute for styled text conversion from NSAttributedString to FileMaker. Affects WebView.GetFormattedText, Clipboard.GetStyledText, RichText.FormattedText and other functions.
Example Databases
Blog Entries
- MBS FileMaker Plugin, version 14.1pr4
- Neues MBS FileMaker Plugin 11.3
- MBS FileMaker Plugin 11.3 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.3pr1
- MBS FileMaker Plugin, version 10.1pr6
This function checks for a license.
Created 17th November 2014, last changed 13th March 2023