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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Put styled text on the clipboard.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Clipboard | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The styled text to put in clipboard. | "Hello World" |
Returns OK or error.
Put red text on the clipboard:
MBS( "Clipboard.SetStyledText"; TextColor ( "Hello World" ; RGB ( 65535 ; 0 ; 0 ) ) )
This function checks for a license.
Created 17th November 2014, last changed 19th May 2021