Form.body.removeChild

Method of Form.body

New in package 164.1

Syntax

Form.body.removeChild( control )

Parameters

Parameter Description
control A control to be removed from the form.

Description

Removes the control from the form. Any control that is a part of the form can be removed from it, including controls placed on form in Form Editor.

Examples

Remove an existing control from the form:

Dynamically create, append, and then remove a box from the form:

See Also

Form.body.appendChild, Form.createControlFromXML, Form.body.insertBefore, Form.body.insertAfter

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.