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  

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

Example Databases

Blog Entries

This function checks for a license.

Created 17th November 2014, last changed 13th March 2023


Clipboard.GetRTFText - Clipboard.GetText

💬 Ask a question or report a problem