ISEdit.Clear

Description

This function clears the text displayed in the specified edit control.

Syntax

object.Clear

Part Attribute Type Description
object Required
The object always implements the ISEdit interface

Example

Clear the text displayed in the specified edit control.

Dim aEdit

Set aEdit = Form.Controls_("edtInform")
aEdit.Clear 
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0