getField()

Get the named field in the specified Occurrence.

Return=Occurrence.getField(FieldName)

Arguments

FieldName—name of the required field

Return Value

Returnuniface.Field object representing the named field, or null if there is no such field contained by the current object.

Exceptions

The following exceptions may be thrown:

Description

Returns the uniface.Field object that represents the specified field in this occurrence.

Related Topics