Fields (Form - Java)

Read-only. The names of all the fields of a form.

Defined in

Form

Data type

Vector; elements are String

Syntax

public java.util.Vector getFields()
    throws NotesException

Example