Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(boolean)
Returns true if the control has focus and false if it does not.

isEmpty

Code Block
languagelua
function isEmpty()

Returns whether the control contains text or is empty.

Return values

(boolean)
Whether the control is empty

onChar

Code Block
languagelua
function onChar(keycode)

...