Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RichText.RTF
Returns current rich text as RTF data.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RichText | 6.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "RichText.RTF" )
Parameters
none
Result
Returns text or error.
Description
Returns current rich text as RTF data.Examples
From Styled text to RTF:
// Custom function with pFormattedText as parameter
Let ( [
r = MBS( "RichText.Clear" );
vOK = MBS( "RichText.SetFormattedText"; pFormattedText ) ;
vResult = MBS("RichText.RTF") ;
vOK = MBS( "RichText.Release" )
];
vResult
)
See also
Blog Entries
This function is free to use.
Created 27th September 2016, last changed 4th January 2017