Removes a text field from a Text Control document.

Remove(TextField)

public bool Remove(TextField textField);

Remove(TextField, Bool)

public bool Remove(TextField textField, bool keepText);

Parameters

Parameter Description
textField Specifies the text field to remove.
keepText If this parameter is set to true, the field is removed without deleting its text. Otherwise, the field's text is also deleted.

Return Value

The return value is true, if the text field could be removed. Otherwise it is false.