StyledText.AppendStyleRun
From Real Software Documentation
Method
StyledText.AppendStyleRun ( Run as StyleRun )
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))
