
Inserts a new object of the type ApplicationField at the current input position.
[C#]
public bool Add(ApplicationField applicationField);
[Visual Basic]
Public Function Add(ByVal applicationField As ApplicationField) As Boolean
| Parameter | Description | |
| applicationField | Specifies the field to add. |
The return value is true, if the field could be added. Otherwise it is false.