Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

TextView.AppendStyledText

Appends the styled text.

Component Version macOS Windows Linux Server iOS SDK
TextView 10.4 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "TextView.AppendStyledText"; TextView; Text )   More

Parameters

Parameter Description Example
TextView The reference number to the text view. $textview
Text The new text with styles. "Hello"

Result

Returns OK or error.

Description

Appends the styled text.

Examples

Add styled text:

Set Variable [ $r ; Value: MBS( "TextView.AppendStyledText"; $$TextView; TextColor ( "Some red text" ; RGB ( 255 ; 0 ; 0 ) ) ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 22nd July 2020, last changed 15th January 2024


Text.WriteToContainer - TextView.CanUndo