Method of Form.body
New in package 164.1Syntax
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