StyledText.AppendStyleRun
From Xojo Documentation
This item was deprecated in version 2019r2. Please use StyledText.AddStyleRun as a replacement. |
Method
Appends the StyleRun passed to the end of Text.
Example
This example uses a StyleRun that is displayed in another TextArea and appends it to the StyledText that is displayed in another TextArea.
TextArea2.StyledText.AppendStyleRun(textarea1.Styledtext.StyleRun(0))