DeleteField method

Applies to  

Description

If Object is a Form, then this method deletes (removes) a Field from the Form, if it exists. Specify the field number of the field to delete.

If Object is the VerifyApp, then this method causes Verify to delete the current field and proceed to the next one. This method works both with fast verify and normal mode.

Syntax

Object.DeleteField

Object.DeleteField(FieldNo)

(Syntax for Verify object)

(Syntax for Form object)

Part

Data type

Description

Object

Object

An object expression that evaluates to an object in the Applies To list. If Object is the VerifyApp then use the first syntax. For the Form object, use the second syntax.

FieldNo

Integer

The field number of the field to delete.

Settings

Return value

None.

Remarks

This method causes Verify to delete the current field and proceed to the next field. This method works both with fast verify and normal mode.

Classic method

DeleteField