Remove a field from the form.

 

   

Syntax
 

[C#]
void Remove(Field field)

[Visual Basic]
Sub Remove(field As Field)

 

   

Params
 
Name Description
field The field to be removed.

 

   

Notes
 

Remove a field from the form.

 

   

Example
 
None.