Form.Delete

Delete(Field)

Delete field from the form.

public void Delete(Field field)
ParameterTypeDescription
fieldFieldField which must be deleted.

See Also


Delete(string)

Deletes field from the form by its name.

public void Delete(string fieldName)
ParameterTypeDescription
fieldNameStringName of the filed which must be deleted.

See Also