protocol:
method parameters:
none result:
none description:
ctl . delete_control()Delete the control 'ctl'.
If the control is currently attached to a frame it is first removed from the frame. Deleting a control makes it unusable since the resources it uses are released for re-use by the system
example:
this . frame . my_textbox . delete_control()