| Function Summary | 
|  bool | Backspace() | 
|  void | Clear() | 
|  void | Click(float X, float Y) | 
|  void | Close(optional bool) | 
|  void | Created() | 
|  bool | Delete() | 
|  void | DoubleClick(float X, float Y) | 
|  void | EditCopy() | 
|  void | EditCut() | 
|  void | EditPaste() | 
|  void | FocusOtherWindow(UWindowWindow W) | 
|  string | GetValue() | 
|  string | GetValue2() | 
|  bool | Insert(byte C)
 // Inserts a character at the current caret position
 | 
|  void | InsertText(string Text) | 
|  void | KeyDown(int Key, float X, float Y) | 
|  void | KeyFocusEnter() | 
|  void | KeyFocusExit() | 
|  void | KeyType(int Key, float MouseX, float MouseY) | 
|  void | KeyUp(int Key, float X, float Y) | 
|  void | LMouseDown(float X, float Y) | 
|  bool | MoveEnd() | 
|  bool | MoveHome() | 
|  bool | MoveLeft() | 
|  bool | MoveRight() | 
|  void | Notify(byte E) | 
|  void | Paint(Canvas C, float X, float Y) | 
|  void | SelectAll() | 
|  void | SetEditable(bool bEditable) | 
|  void | SetHistory(bool bInHistory) | 
|  void | SetValue(string NewValue, optional string) | 
|  bool | WordLeft() | 
|  bool | WordRight() |