Remove Function
Remove a field from the form.
Syntax
[C#]
void Remove(Field field)
Params
Name
Description
field
The field to be removed.
Notes
Remove a field from the form.
Example
None.