TextView.appendText

Simply appends some text to this view

class TextView
void
appendText
(
string text
,
bool ensureVisible = true
)

Parameters

text string

the text to append

Meta