RemoveControl
用于从窗口删除指定名称的控件,语法为:
RemoveControl(Name)
Name:字符型,要删除的控件地名称。
ExistControl
返回一个逻辑值,用于判断窗口是否存在指定名称的控件,语法为:
ExistControl(Name)