setDisplayText

open fun setDisplayText(Row: Int, Text: Array<Short>)

Set text to be displayed (calculator alpha codes). Null implementation for calculators without alpha display.

Parameters

Row

Display row to set

Text

to be displayed

See also

net.sourceforge.uiq3.ui.ICalculatorCanvas#setDisplayText(int, short[])