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

Example Databases

Blog Entries

This function checks for a license.

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


Clipboard.GetRTFText - Clipboard.GetText