removeElement( id )



This function removes a specific element from the screen.

Parameters:

  • id – element identifier or an object reference to the element, which is to be removed

Example:

removeElement("TextBox1");