Example
The following example creates a selectable text field that constantly updates with the current date and time.
this.createTextField("date_txt", this.getNextHighestDepth(), 10, 10, 100, 22);...