Removes a field of the type Application
public bool Remove(ApplicationField applicationField);Public Function Remove(ByVal applicationField As ApplicationField) As Booleanpublic bool Remove(ApplicationField applicationField, bool keepText);Public Function Remove(ByVal applicationField As ApplicationField, ByVal keepText As Boolean) As Boolean| Parameter | Description |
|---|---|
| application |
Specifies the field to remove. |
| keep |
If this parameter is set to true, the field is removed without deleting its visible text. Otherwise, the field's text is also deleted. |
The return value is true, if the field could be removed. Otherwise, it is false.