StyledTextPrinter.EOF
From Xojo Documentation
This item was deprecated in version 2019r2. Please use StyledTextPrinter.EndOfText as a replacement. |
Read-Only Property (As Boolean )
True when there is no more text to print in the TextArea.
Notes
Use it to determine when to stop calling DrawBlock. See the examples.