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
- Version 10.4
- Added TextView.GetStyledText, TextView.SetStyledText and TextView.AppendStyledText functions.
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.4
- Neues MBS FileMaker Plugin 10.4
- MBS FileMaker Plugin 10.4 - More than 6300 Functions In One Plugin
- MBS FileMaker Plugin, version 10.4pr1
This function checks for a license.
Created 22nd July 2020, last changed 15th January 2024