This function clears the text displayed in the specified edit control.
object.Clear
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
Clear the text displayed in the specified edit control.
Dim aEdit
Set aEdit = Form.Controls_("edtInform")
aEdit.Clear