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

Language cross-reference

Fields property in LotusScript® NotesForm class

@DocFields function in formula language

Example