StyledText.RemoveStyleRun
From Xojo Documentation
This item was deprecated in version 2019r2. Please use StyledText.RemoveStyleRunAt as a replacement. |
Method
Removes the StyleRun indicated by Index. Index is zero-based.
Notes
You can get the total number of StyleRuns in Text from the StyleRunCount method.
Example
This example removes StyleRun 3.
TextArea1.StyledText.RemoveStyleRun(3)