Controls.Delete
Syntax:
Parameters:
<Item> (required)
Index of the element in the form control collection or the form element itself.
Description:
Availability:
Example:
For each Item In Controls Do If Find(Upper(Item.Name),"TMP") > 0 Then Controls.Delete(Item); EndIf; EndDo; |