isEOF

Determines if the current location is at the end of the recordset. The eofAction property must be set to stayEOF.

Syntax

Reference_Syntax.isEOF()

Parameters

None

Returns

True if the current location is at the end of the recordset. False if the current location is not at the end of the recordset.

Applies to

Model

Object

sourceSet Model

source

Version

XFA 2.1

Examples

JavaScript

xfa.sourceSet.nodes.item(nIndex).isEOF();

FormCalc

xfa.sourceSet.nodes.item(nIndex).isEOF()

// Ethnio survey code removed